Html Css Color HEX #CBECE4 Jagged Ice

📋 copy color: '#CBECE4'

red 203 ◦ green 236 ◦ blue 228

#CBECE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CBECE4

Tints of Jagged Ice #CBECE4

RGB

 RED value IS 203 (79.69% from 255) = 30.43%

 GREEN value IS 236 (92.58% from 255) = 35.38%

 BLUE value IS 228 (89.45% from 255) = 34.18%

R = 30.43%
G = 35.38%
B = 34.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBECE4 (or 0xCBECE4) is known color: Jagged Ice. HEX triplet: CB, EC and E4. RGB value is (203,236,228). Sum of RGB (Red+Green+Blue) = 203+236+228=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECE4 is #34131B. Grayscale: #E1E1E1. Windows color (decimal): -3412764 or 15002827. OLE color: 15002827.

HSL color Cylindrical-coordinate representation of color #CBECE4: hue angle of 165.45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 228 -
CMYK 0.14 0 0.03 0.07
HSL 165.45º 0.46% 0.86% -
HSV(B) 165.45º 0.14% 0.93% -
XYZ 68.63 78.29 84.89 -
YUV 225.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 203 236 228 0.14 0 0.03 0.07 165.45 0.46 0.86
Hex CB EC E4 E 0 3 7 A5 2E 56
Octal 313 354 344 16 0 3 7 245 56 126
Binary 11001011 11101100 11100100 1110 0 11 111 10100101 101110 1010110

Color Harmonies of #CBECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECE4

Black with #CBECE4

Text Example


Text Example

White with #CBECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECE4; }

 p { color: rgb(203,236,228); }

 H1.HeaderClassName
 {
   color: #CBECE4;
 }
 .AnyTagClassName
 {
   color: #CBECE4;
 }
</style>

background-color css

<style>
 a { background-color: #CBECE4; }

 a { background-color: rgb(203,236,228); }

 div.DivClassName
 {
   background-color: #CBECE4;
 }
 .BgClassName
 {
   background-color: #CBECE4;
 }
</style>

border-color css

<style>
 span { border-color: #CBECE4; }

 span { border-color: rgb(203,236,228); }

 td.TdClassName
 {
   border-color: #CBECE4;
 }
 .TagClassName
 {
   border-color: #CBECE4;
 }
</style>