#CFECDF

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

Shades of White Ice #CFECDF

Tints of White Ice #CFECDF

Color information

#CFECDF (or 0xCFECDF) is unknown color: approx White Ice. HEX triplet: CF, EC and DF. RGB value is (207,236,223). Sum of RGB (Red+Green+Blue) = 207+236+223=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECDF is #301320. Grayscale: #E1E1E1. Windows color (decimal): -3150625 or 14675151. OLE color: 14675151.

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

Color convert

RGB207236223-
CMYK0.1200.060.07
HSL153.1º43.28%86.86%-
HSV(B)153.1º12.29%92.55%-
XYZ69.0578.5881.34-
YUV225.85126.39114.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=31.08%
G=35.44%
B=33.48%

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
Decimal2072362230.1200.060.07153.143.2886.86
HexCFECDFC067992b57
Octal3173543371406723153127
Binary11001111111011001101111111000110111100110011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECDF; }

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

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

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

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

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

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

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

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