#CED5D2

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

Shades of Iceberg #CED5D2

Tints of Iceberg #CED5D2

Color information

#CED5D2 (or 0xCED5D2) is unknown color: approx Iceberg. HEX triplet: CE, D5 and D2. RGB value is (206,213,210). Sum of RGB (Red+Green+Blue) = 206+213+210=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5D2 is #312A2D. Grayscale: #D2D2D2. Windows color (decimal): -3222062 or 13817294. OLE color: 13817294.

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

Color convert

RGB206213210-
CMYK0.0300.010.16
HSL154.29º7.69%82.16%-
HSV(B)154.29º3.29%83.53%-
XYZ60.8865.3670.38-
YUV210.56127.68124.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 210 (82.42% from 255) = 33.39%
R=32.75%
G=33.86%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062132100.0300.010.16154.297.6982.16
HexCED5D2301109a852
Octal3163253223012023210122
Binary1100111011010101110100101101100001001101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5D2; }

 p { color: rgb(206,213,210); }

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

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

 a { background-color: rgb(206,213,210); }

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

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

 span { border-color: rgb(206,213,210); }

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