#CCEFDC

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

Shades of White Ice #CCEFDC

Tints of White Ice #CCEFDC

Color information

#CCEFDC (or 0xCCEFDC) is unknown color: approx White Ice. HEX triplet: CC, EF and DC. RGB value is (204,239,220). Sum of RGB (Red+Green+Blue) = 204+239+220=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFDC is #331023. Grayscale: #E2E2E2. Windows color (decimal): -3346468 or 14479308. OLE color: 14479308.

HSL color Cylindrical-coordinate representation of color #CCEFDC: hue angle of 147.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFDC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB204239220-
CMYK0.1500.080.06
HSL147.43º52.24%86.86%-
HSV(B)147.43º14.64%93.73%-
XYZ68.6979.7479.48-
YUV226.37124.4112.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 239 (93.75% from 255) = 36.05%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=30.77%
G=36.05%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392200.1500.080.06147.4352.2486.86
HexCCEFDCF086933457
Octal31435733417010622364127
Binary110011001110111111011100111101000110100100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFDC; }

 p { color: rgb(204,239,220); }

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

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

 a { background-color: rgb(204,239,220); }

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

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

 span { border-color: rgb(204,239,220); }

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