Html Css Color HEX #CAF7DD White Ice

📋 copy color: '#CAF7DD'

red 202 ◦ green 247 ◦ blue 221

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

Shades of White Ice #CAF7DD

Tints of White Ice #CAF7DD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.87%

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

R = 30.15%
G = 36.87%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#CAF7DD (or 0xCAF7DD) is known color: White Ice. HEX triplet: CA, F7 and DD. RGB value is (202,247,221). Sum of RGB (Red+Green+Blue) = 202+247+221=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7DD is #350822. Grayscale: #E6E6E6. Windows color (decimal): -3475491 or 14546890. OLE color: 14546890.

HSL color Cylindrical-coordinate representation of color #CAF7DD: hue angle of 145.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7DD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 221 -
CMYK 0.18 0 0.11 0.03
HSL 145.33º 0.74% 0.88% -
HSV(B) 145.33º 0.18% 0.97% -
XYZ 70.67 84.3 80.95 -
YUV 230.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 202 247 221 0.18 0 0.11 0.03 145.33 0.74 0.88
Hex CA F7 DD 12 0 B 3 91 4A 58
Octal 312 367 335 22 0 13 3 221 112 130
Binary 11001010 11110111 11011101 10010 0 1011 11 10010001 1001010 1011000

Color Harmonies of #CAF7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7DD

Black with #CAF7DD

Text Example


Text Example

White with #CAF7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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