Html Css Color HEX #CAE2DD Jagged Ice

📋 copy color: '#CAE2DD'

red 202 ◦ green 226 ◦ blue 221

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

Shades of Jagged Ice #CAE2DD

Tints of Jagged Ice #CAE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.82%

 BLUE value IS 221 (86.72% from 255) = 34.05%

R = 31.12%
G = 34.82%
B = 34.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CAE2DD (or 0xCAE2DD) is known color: Jagged Ice. HEX triplet: CA, E2 and DD. RGB value is (202,226,221). Sum of RGB (Red+Green+Blue) = 202+226+221=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2DD is #351D22. Grayscale: #DADADA. Windows color (decimal): -3480867 or 14541514. OLE color: 14541514.

HSL color Cylindrical-coordinate representation of color #CAE2DD: hue angle of 167.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2DD is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 221 -
CMYK 0.11 0 0.02 0.11
HSL 167.5º 0.29% 0.84% -
HSV(B) 167.5º 0.11% 0.89% -
XYZ 64.6 72.17 78.93 -
YUV 218.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 202 226 221 0.11 0 0.02 0.11 167.5 0.29 0.84
Hex CA E2 DD B 0 2 B A8 1D 54
Octal 312 342 335 13 0 2 13 250 35 124
Binary 11001010 11100010 11011101 1011 0 10 1011 10101000 11101 1010100

Color Harmonies of #CAE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2DD

Black with #CAE2DD

Text Example


Text Example

White with #CAE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2DD; }

 p { color: rgb(202,226,221); }

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

background-color css

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

 a { background-color: rgb(202,226,221); }

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

border-color css

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

 span { border-color: rgb(202,226,221); }

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