#CBE5DA

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

Shades of Iceberg #CBE5DA

Tints of Iceberg #CBE5DA

Color information

#CBE5DA (or 0xCBE5DA) is unknown color: approx Iceberg. HEX triplet: CB, E5 and DA. RGB value is (203,229,218). Sum of RGB (Red+Green+Blue) = 203+229+218=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5DA is #341A25. Grayscale: #DBDBDB. Windows color (decimal): -3414566 or 14345675. OLE color: 14345675.

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

Color convert

RGB203229218-
CMYK0.1100.050.10
HSL154.62º33.33%84.71%-
HSV(B)154.62º11.35%89.8%-
XYZ65.373.877.13-
YUV219.97126.89115.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=31.23%
G=35.23%
B=33.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032292180.1100.050.10154.6233.3384.71
HexCBE5DAB05A9b2155
Octal31334533213051223341125
Binary110010111110010111011010101101011010100110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5DA; }

 p { color: rgb(203,229,218); }

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

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

 a { background-color: rgb(203,229,218); }

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

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

 span { border-color: rgb(203,229,218); }

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