Html Css Color HEX #CAE8E4 Jagged Ice

📋 copy color: '#CAE8E4'

red 202 ◦ green 232 ◦ blue 228

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

Shades of Jagged Ice #CAE8E4

Tints of Jagged Ice #CAE8E4

RGB

 RED value IS 202 (79.3% from 255) = 30.51%

 GREEN value IS 232 (91.02% from 255) = 35.05%

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

R = 30.51%
G = 35.05%
B = 34.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CAE8E4 (or 0xCAE8E4) is known color: Jagged Ice. HEX triplet: CA, E8 and E4. RGB value is (202,232,228). Sum of RGB (Red+Green+Blue) = 202+232+228=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8E4 is #35171B. Grayscale: #DEDEDE. Windows color (decimal): -3479324 or 15001802. OLE color: 15001802.

HSL color Cylindrical-coordinate representation of color #CAE8E4: hue angle of 172º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8E4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 228 -
CMYK 0.13 0 0.02 0.09
HSL 172º 0.39% 0.85% -
HSV(B) 172º 0.13% 0.91% -
XYZ 67.22 75.87 84.5 -
YUV 222.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 202 232 228 0.13 0 0.02 0.09 172 0.39 0.85
Hex CA E8 E4 D 0 2 9 AC 27 55
Octal 312 350 344 15 0 2 11 254 47 125
Binary 11001010 11101000 11100100 1101 0 10 1001 10101100 100111 1010101

Color Harmonies of #CAE8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8E4

Black with #CAE8E4

Text Example


Text Example

White with #CAE8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8E4; }

 p { color: rgb(202,232,228); }

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

background-color css

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

 a { background-color: rgb(202,232,228); }

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

border-color css

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

 span { border-color: rgb(202,232,228); }

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