#CBDDD4

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

Shades of Iceberg #CBDDD4

Tints of Iceberg #CBDDD4

Color information

#CBDDD4 (or 0xCBDDD4) is unknown color: approx Iceberg. HEX triplet: CB, DD and D4. RGB value is (203,221,212). Sum of RGB (Red+Green+Blue) = 203+221+212=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD4 is #34222B. Grayscale: #D6D6D6. Windows color (decimal): -3416620 or 13950411. OLE color: 13950411.

HSL color Cylindrical-coordinate representation of color #CBDDD4: hue angle of 150º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDD4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB203221212-
CMYK0.0800.040.13
HSL150º20.93%83.14%-
HSV(B)150º8.14%86.67%-
XYZ62.3769.1672.35-
YUV214.59126.54119.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=31.92%
G=34.75%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212120.0800.040.1315020.9383.14
HexCBDDD4804D961553
Octal31333532410041522625123
Binary11001011110111011101010010000100110110010110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDD4; }

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

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

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

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

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

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

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

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