#CEDED9

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

Shades of Iceberg #CEDED9

Tints of Iceberg #CEDED9

Color information

#CEDED9 (or 0xCEDED9) is unknown color: approx Iceberg. HEX triplet: CE, DE and D9. RGB value is (206,222,217). Sum of RGB (Red+Green+Blue) = 206+222+217=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED9 is #312126. Grayscale: #D8D8D8. Windows color (decimal): -3219751 or 14278350. OLE color: 14278350.

HSL color Cylindrical-coordinate representation of color #CEDED9: hue angle of 161.25º degrees, saturation: 0.2, 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 #CEDED9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB206222217-
CMYK0.0700.020.13
HSL161.25º19.51%83.92%-
HSV(B)161.25º7.21%87.06%-
XYZ64.170.3775.85-
YUV216.65128.2120.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=31.94%
G=34.42%
B=33.64%

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
Decimal2062222170.0700.020.13161.2519.5183.92
HexCEDED9702Da11454
Octal3163363317021524124124
Binary110011101101111011011001111010110110100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDED9; }

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

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

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

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

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

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

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

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