#CFECDD

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

Shades of White Ice #CFECDD

Tints of White Ice #CFECDD

Color information

#CFECDD (or 0xCFECDD) is unknown color: approx White Ice. HEX triplet: CF, EC and DD. RGB value is (207,236,221). Sum of RGB (Red+Green+Blue) = 207+236+221=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECDD is #301322. Grayscale: #E1E1E1. Windows color (decimal): -3150627 or 14544079. OLE color: 14544079.

HSL color Cylindrical-coordinate representation of color #CFECDD: hue angle of 148.97º 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 #CFECDD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB207236221-
CMYK0.1200.060.07
HSL148.97º43.28%86.86%-
HSV(B)148.97º12.29%92.55%-
XYZ68.7878.4879.93-
YUV225.62125.39114.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=31.17%
G=35.54%
B=33.28%

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
Decimal2072362210.1200.060.07148.9743.2886.86
HexCFECDDC067952b57
Octal3173543351406722553127
Binary11001111111011001101110111000110111100101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECDD; }

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

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

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

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

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

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

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

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