#CBE1DB

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

Shades of Iceberg #CBE1DB

Tints of Iceberg #CBE1DB

Color information

#CBE1DB (or 0xCBE1DB) is unknown color: approx Iceberg. HEX triplet: CB, E1 and DB. RGB value is (203,225,219). Sum of RGB (Red+Green+Blue) = 203+225+219=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1DB is #341E24. Grayscale: #D9D9D9. Windows color (decimal): -3415589 or 14410187. OLE color: 14410187.

HSL color Cylindrical-coordinate representation of color #CBE1DB: hue angle of 163.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE1DB is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB203225219-
CMYK0.1000.030.12
HSL163.64º26.83%83.92%-
HSV(B)163.64º9.78%88.24%-
XYZ64.3471.6677.46-
YUV217.74128.71117.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=31.38%
G=34.78%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032252190.1000.030.12163.6426.8383.92
HexCBE1DBA03Ca41b54
Octal31334133312031424433124
Binary1100101111100001110110111010011110010100100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1DB; }

 p { color: rgb(203,225,219); }

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

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

 a { background-color: rgb(203,225,219); }

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

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

 span { border-color: rgb(203,225,219); }

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