Html Css Color HEX #CAF9DF White Ice

📋 copy color: '#CAF9DF'

red 202 ◦ green 249 ◦ blue 223

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

Shades of White Ice #CAF9DF

Tints of White Ice #CAF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.94%

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

R = 29.97%
G = 36.94%
B = 33.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#CAF9DF (or 0xCAF9DF) is known color: White Ice. HEX triplet: CA, F9 and DF. RGB value is (202,249,223). Sum of RGB (Red+Green+Blue) = 202+249+223=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9DF is #350620. Grayscale: #E8E8E8. Windows color (decimal): -3474977 or 14678474. OLE color: 14678474.

HSL color Cylindrical-coordinate representation of color #CAF9DF: hue angle of 146.81º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9DF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 223 -
CMYK 0.19 0 0.10 0.02
HSL 146.81º 0.8% 0.88% -
HSV(B) 146.81º 0.19% 0.98% -
XYZ 71.55 85.64 82.57 -
YUV 231.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 202 249 223 0.19 0 0.10 0.02 146.81 0.8 0.88
Hex CA F9 DF 13 0 A 2 93 50 58
Octal 312 371 337 23 0 12 2 223 120 130
Binary 11001010 11111001 11011111 10011 0 1010 10 10010011 1010000 1011000

Color Harmonies of #CAF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9DF

Black with #CAF9DF

Text Example


Text Example

White with #CAF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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