#CBDAD6

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

Shades of Iceberg #CBDAD6

Tints of Iceberg #CBDAD6

Color information

#CBDAD6 (or 0xCBDAD6) is unknown color: approx Iceberg. HEX triplet: CB, DA and D6. RGB value is (203,218,214). Sum of RGB (Red+Green+Blue) = 203+218+214=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAD6 is #342529. Grayscale: #D5D5D5. Windows color (decimal): -3417386 or 14080715. OLE color: 14080715.

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

Color convert

RGB203218214-
CMYK0.0700.020.15
HSL164º16.85%82.55%-
HSV(B)164º6.88%85.49%-
XYZ61.8467.6973.43-
YUV213.06128.53120.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=31.97%
G=34.33%
B=33.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182140.0700.020.1516416.8582.55
HexCBDAD6702Fa41153
Octal3133323267021724421123
Binary110010111101101011010110111010111110100100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAD6; }

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

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

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

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

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

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

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

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