#CBDBD7

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

Shades of Iceberg #CBDBD7

Tints of Iceberg #CBDBD7

Color information

#CBDBD7 (or 0xCBDBD7) is unknown color: approx Iceberg. HEX triplet: CB, DB and D7. RGB value is (203,219,215). Sum of RGB (Red+Green+Blue) = 203+219+215=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBD7 is #342428. Grayscale: #D5D5D5. Windows color (decimal): -3417129 or 14146507. OLE color: 14146507.

HSL color Cylindrical-coordinate representation of color #CBDBD7: hue angle of 165º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDBD7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB203219215-
CMYK0.0700.020.14
HSL165º18.18%82.75%-
HSV(B)165º7.31%85.88%-
XYZ62.2368.2774.19-
YUV213.76128.7120.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=31.87%
G=34.38%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192150.0700.020.1416518.1882.75
HexCBDBD7702Ea51253
Octal3133333277021624522123
Binary110010111101101111010111111010111010100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBD7; }

 p { color: rgb(203,219,215); }

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

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

 a { background-color: rgb(203,219,215); }

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

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

 span { border-color: rgb(203,219,215); }

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