#CBE6DD

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

Shades of Iceberg #CBE6DD

Tints of Iceberg #CBE6DD

Color information

#CBE6DD (or 0xCBE6DD) is unknown color: approx Iceberg. HEX triplet: CB, E6 and DD. RGB value is (203,230,221). Sum of RGB (Red+Green+Blue) = 203+230+221=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6DD is #341922. Grayscale: #DCDCDC. Windows color (decimal): -3414307 or 14542539. OLE color: 14542539.

HSL color Cylindrical-coordinate representation of color #CBE6DD: hue angle of 160º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6DD is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB203230221-
CMYK0.1200.040.10
HSL160º35.06%84.9%-
HSV(B)160º11.74%90.2%-
XYZ65.9874.5179.31-
YUV220.9128.05115.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=31.04%
G=35.17%
B=33.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032302210.1200.040.1016035.0684.9
HexCBE6DDC04Aa02355
Octal31334633514041224043125
Binary110010111110011011011101110001001010101000001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6DD; }

 p { color: rgb(203,230,221); }

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

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

 a { background-color: rgb(203,230,221); }

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

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

 span { border-color: rgb(203,230,221); }

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