#CFDED9

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

Shades of Iceberg #CFDED9

Tints of Iceberg #CFDED9

Color information

#CFDED9 (or 0xCFDED9) is unknown color: approx Iceberg. HEX triplet: CF, DE and D9. RGB value is (207,222,217). Sum of RGB (Red+Green+Blue) = 207+222+217=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDED9 is #302126. Grayscale: #D8D8D8. Windows color (decimal): -3154215 or 14278351. OLE color: 14278351.

HSL color Cylindrical-coordinate representation of color #CFDED9: hue angle of 160º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDED9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB207222217-
CMYK0.0700.020.13
HSL160º18.52%84.12%-
HSV(B)160º6.76%87.06%-
XYZ64.3870.5275.86-
YUV216.94128.03120.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=32.04%
G=34.37%
B=33.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072222170.0700.020.1316018.5284.12
HexCFDED9702Da01354
Octal3173363317021524023124
Binary110011111101111011011001111010110110100000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDED9; }

 p { color: rgb(207,222,217); }

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

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

 a { background-color: rgb(207,222,217); }

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

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

 span { border-color: rgb(207,222,217); }

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