#CBDFD5

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

Shades of Iceberg #CBDFD5

Tints of Iceberg #CBDFD5

Color information

#CBDFD5 (or 0xCBDFD5) is unknown color: approx Iceberg. HEX triplet: CB, DF and D5. RGB value is (203,223,213). Sum of RGB (Red+Green+Blue) = 203+223+213=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFD5 is #34202A. Grayscale: #D7D7D7. Windows color (decimal): -3416107 or 14016459. OLE color: 14016459.

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

Color convert

RGB203223213-
CMYK0.0900.040.13
HSL150º23.81%83.53%-
HSV(B)150º8.97%87.45%-
XYZ63.0370.2873.19-
YUV215.88126.37118.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=31.77%
G=34.90%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032232130.0900.040.1315023.8183.53
HexCBDFD5904D961854
Octal31333732511041522630124
Binary11001011110111111101010110010100110110010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFD5; }

 p { color: rgb(203,223,213); }

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

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

 a { background-color: rgb(203,223,213); }

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

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

 span { border-color: rgb(203,223,213); }

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