#CFE9DD

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

Shades of White Ice #CFE9DD

Tints of White Ice #CFE9DD

Color information

#CFE9DD (or 0xCFE9DD) is unknown color: approx White Ice. HEX triplet: CF, E9 and DD. RGB value is (207,233,221). Sum of RGB (Red+Green+Blue) = 207+233+221=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9DD is #301622. Grayscale: #DFDFDF. Windows color (decimal): -3151395 or 14543311. OLE color: 14543311.

HSL color Cylindrical-coordinate representation of color #CFE9DD: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9DD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB207233221-
CMYK0.1100.050.09
HSL152.31º37.14%86.27%-
HSV(B)152.31º11.16%91.37%-
XYZ67.9276.7679.64-
YUV223.86126.39115.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=31.32%
G=35.25%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332210.1100.050.09152.3137.1486.27
HexCFE9DDB059982556
Octal31735133513051123045126
Binary110011111110100111011101101101011001100110001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9DD; }

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

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

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

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

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

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

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

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