#CFECDE

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

Shades of White Ice #CFECDE

Tints of White Ice #CFECDE

Color information

#CFECDE (or 0xCFECDE) is unknown color: approx White Ice. HEX triplet: CF, EC and DE. RGB value is (207,236,222). Sum of RGB (Red+Green+Blue) = 207+236+222=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECDE is #301321. Grayscale: #E1E1E1. Windows color (decimal): -3150626 or 14609615. OLE color: 14609615.

HSL color Cylindrical-coordinate representation of color #CFECDE: hue angle of 151.03º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECDE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB207236222-
CMYK0.1200.060.07
HSL151.03º43.28%86.86%-
HSV(B)151.03º12.29%92.55%-
XYZ68.9178.5380.63-
YUV225.73125.89114.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=31.13%
G=35.49%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072362220.1200.060.07151.0343.2886.86
HexCFECDEC067972b57
Octal3173543361406722753127
Binary11001111111011001101111011000110111100101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECDE; }

 p { color: rgb(207,236,222); }

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

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

 a { background-color: rgb(207,236,222); }

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

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

 span { border-color: rgb(207,236,222); }

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