Html Css Color HEX #CAE5DF Jagged Ice

📋 copy color: '#CAE5DF'

red 202 ◦ green 229 ◦ blue 223

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

Shades of Jagged Ice #CAE5DF

Tints of Jagged Ice #CAE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.02%

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 30.89%
G = 35.02%
B = 34.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CAE5DF (or 0xCAE5DF) is known color: Jagged Ice. HEX triplet: CA, E5 and DF. RGB value is (202,229,223). Sum of RGB (Red+Green+Blue) = 202+229+223=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5DF is #351A20. Grayscale: #DCDCDC. Windows color (decimal): -3480097 or 14673354. OLE color: 14673354.

HSL color Cylindrical-coordinate representation of color #CAE5DF: hue angle of 166.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5DF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 223 -
CMYK 0.12 0 0.03 0.10
HSL 166.67º 0.34% 0.85% -
HSV(B) 166.67º 0.12% 0.9% -
XYZ 65.7 73.92 80.62 -
YUV 220.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 202 229 223 0.12 0 0.03 0.10 166.67 0.34 0.85
Hex CA E5 DF C 0 3 A A7 22 55
Octal 312 345 337 14 0 3 12 247 42 125
Binary 11001010 11100101 11011111 1100 0 11 1010 10100111 100010 1010101

Color Harmonies of #CAE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5DF

Black with #CAE5DF

Text Example


Text Example

White with #CAE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5DF; }

 p { color: rgb(202,229,223); }

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

background-color css

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

 a { background-color: rgb(202,229,223); }

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

border-color css

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

 span { border-color: rgb(202,229,223); }

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