#CBDED9

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

Shades of Iceberg #CBDED9

Tints of Iceberg #CBDED9

Color information

#CBDED9 (or 0xCBDED9) is unknown color: approx Iceberg. HEX triplet: CB, DE and D9. RGB value is (203,222,217). Sum of RGB (Red+Green+Blue) = 203+222+217=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDED9 is #342126. Grayscale: #D7D7D7. Windows color (decimal): -3416359 or 14278347. OLE color: 14278347.

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

Color convert

RGB203222217-
CMYK0.0900.020.13
HSL164.21º22.35%83.33%-
HSV(B)164.21º8.56%87.06%-
XYZ63.2769.9575.81-
YUV215.75128.71118.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=31.62%
G=34.58%
B=33.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222170.0900.020.13164.2122.3583.33
HexCBDED9902Da41653
Octal31333633111021524426123
Binary1100101111011110110110011001010110110100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDED9; }

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

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

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

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

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

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

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

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