#CEDED8

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

Shades of Iceberg #CEDED8

Tints of Iceberg #CEDED8

Color information

#CEDED8 (or 0xCEDED8) is unknown color: approx Iceberg. HEX triplet: CE, DE and D8. RGB value is (206,222,216). Sum of RGB (Red+Green+Blue) = 206+222+216=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED8 is #312127. Grayscale: #D8D8D8. Windows color (decimal): -3219752 or 14212814. OLE color: 14212814.

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

Color convert

RGB206222216-
CMYK0.0700.030.13
HSL157.5º19.51%83.92%-
HSV(B)157.5º7.21%87.06%-
XYZ63.9770.3275.17-
YUV216.53127.7120.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=31.99%
G=34.47%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062222160.0700.030.13157.519.5183.92
HexCEDED8703D9d1454
Octal3163363307031523524124
Binary110011101101111011011000111011110110011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDED8; }

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

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

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

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

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

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

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

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