#CBE4DD

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

Shades of Iceberg #CBE4DD

Tints of Iceberg #CBE4DD

Color information

#CBE4DD (or 0xCBE4DD) is unknown color: approx Iceberg. HEX triplet: CB, E4 and DD. RGB value is (203,228,221). Sum of RGB (Red+Green+Blue) = 203+228+221=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4DD is #341B22. Grayscale: #DBDBDB. Windows color (decimal): -3414819 or 14542027. OLE color: 14542027.

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

Color convert

RGB203228221-
CMYK0.1100.030.11
HSL163.2º31.65%84.51%-
HSV(B)163.2º10.96%89.41%-
XYZ65.4273.479.13-
YUV219.73128.72116.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=31.13%
G=34.97%
B=33.90%

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
Decimal2032282210.1100.030.11163.231.6584.51
HexCBE4DDB03Ba32055
Octal31334433513031324340125
Binary11001011111001001101110110110111011101000111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4DD; }

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

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

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

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

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

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

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

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