#CBE1DA

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

Shades of Iceberg #CBE1DA

Tints of Iceberg #CBE1DA

Color information

#CBE1DA (or 0xCBE1DA) is unknown color: approx Iceberg. HEX triplet: CB, E1 and DA. RGB value is (203,225,218). Sum of RGB (Red+Green+Blue) = 203+225+218=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1DA is #341E25. Grayscale: #D9D9D9. Windows color (decimal): -3415590 or 14344651. OLE color: 14344651.

HSL color Cylindrical-coordinate representation of color #CBE1DA: hue angle of 160.91º 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 #CBE1DA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB203225218-
CMYK0.1000.030.12
HSL160.91º26.83%83.92%-
HSV(B)160.91º9.78%88.24%-
XYZ64.2171.6176.77-
YUV217.62128.21117.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=31.42%
G=34.83%
B=33.75%

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
Decimal2032252180.1000.030.12160.9126.8383.92
HexCBE1DAA03Ca11b54
Octal31334133212031424133124
Binary1100101111100001110110101010011110010100001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1DA; }

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

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

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

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

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

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

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

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