#CFECDC

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

Shades of White Ice #CFECDC

Tints of White Ice #CFECDC

Color information

#CFECDC (or 0xCFECDC) is unknown color: approx White Ice. HEX triplet: CF, EC and DC. RGB value is (207,236,220). Sum of RGB (Red+Green+Blue) = 207+236+220=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECDC is #301323. Grayscale: #E1E1E1. Windows color (decimal): -3150628 or 14478543. OLE color: 14478543.

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

Color convert

RGB207236220-
CMYK0.1200.070.07
HSL146.9º43.28%86.86%-
HSV(B)146.9º12.29%92.55%-
XYZ68.6578.4279.23-
YUV225.5124.89114.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=31.22%
G=35.60%
B=33.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072362200.1200.070.07146.943.2886.86
HexCFECDCC077932b57
Octal3173543341407722353127
Binary11001111111011001101110011000111111100100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECDC; }

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

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

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

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

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

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

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

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