#CEDFD8

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

Shades of Iceberg #CEDFD8

Tints of Iceberg #CEDFD8

Color information

#CEDFD8 (or 0xCEDFD8) is unknown color: approx Iceberg. HEX triplet: CE, DF and D8. RGB value is (206,223,216). Sum of RGB (Red+Green+Blue) = 206+223+216=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD8 is #312027. Grayscale: #D9D9D9. Windows color (decimal): -3219496 or 14213070. OLE color: 14213070.

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

Color convert

RGB206223216-
CMYK0.0800.030.13
HSL155.29º20.99%84.12%-
HSV(B)155.29º7.62%87.45%-
XYZ64.2470.8675.26-
YUV217.12127.37120.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=31.94%
G=34.57%
B=33.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232160.0800.030.13155.2920.9984.12
HexCEDFD8803D9b1554
Octal31633733010031523325124
Binary1100111011011111110110001000011110110011011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFD8; }

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

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

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

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

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

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

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

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