#CAFFDE

Color #CAFFDE White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CAFFDE

Tints of White Ice #CAFFDE

Color information

#CAFFDE (or 0xCAFFDE) is unknown color: approx White Ice. HEX triplet: CA, FF and DE. RGB value is (202,255,222). Sum of RGB (Red+Green+Blue) = 202+255+222=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDE is #350021. Grayscale: #EBEBEB. Windows color (decimal): -3473442 or 14614474. OLE color: 14614474.

HSL color Cylindrical-coordinate representation of color #CAFFDE: hue angle of 142.64º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFDE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB202255222-
CMYK0.2100.130
HSL142.64º100%89.61%-
HSV(B)142.64º20.78%100%-
XYZ73.389.3582.49-
YUV235.39120.44104.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.75%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=29.75%
G=37.56%
B=32.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552220.2100.130142.6410089.61
HexCAFFDE150D08f645a
Octal312377336250150217144132
Binary110010101111111111011110101010110101000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFDE; }

 p { color: rgb(202,255,222); }

 H1.HeaderClassName
 {
   color: #CAFFDE;
 }
 .AnyTagClassName
 {
   color: #CAFFDE;
 }
</style>
background-color css

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

 a { background-color: rgb(202,255,222); }

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

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

 span { border-color: rgb(202,255,222); }

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