#CBE3DC

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

Shades of Iceberg #CBE3DC

Tints of Iceberg #CBE3DC

Color information

#CBE3DC (or 0xCBE3DC) is unknown color: approx Iceberg. HEX triplet: CB, E3 and DC. RGB value is (203,227,220). Sum of RGB (Red+Green+Blue) = 203+227+220=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3DC is #341C23. Grayscale: #DBDBDB. Windows color (decimal): -3415076 or 14476235. OLE color: 14476235.

HSL color Cylindrical-coordinate representation of color #CBE3DC: hue angle of 162.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3DC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB203227220-
CMYK0.1100.030.11
HSL162.5º30%84.31%-
HSV(B)162.5º10.57%89.02%-
XYZ65.0272.878.34-
YUV219.03128.55116.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=31.23%
G=34.92%
B=33.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272200.1100.030.11162.53084.31
HexCBE3DCB03Ba21e54
Octal31334333413031324236124
Binary1100101111100011110111001011011101110100010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3DC; }

 p { color: rgb(203,227,220); }

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

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

 a { background-color: rgb(203,227,220); }

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

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

 span { border-color: rgb(203,227,220); }

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