#CBDADA

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

Shades of Zumthor #CBDADA

Tints of Zumthor #CBDADA

Color information

#CBDADA (or 0xCBDADA) is unknown color: approx Zumthor. HEX triplet: CB, DA and DA. RGB value is (203,218,218). Sum of RGB (Red+Green+Blue) = 203+218+218=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CBDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADA is #342525. Grayscale: #D5D5D5. Windows color (decimal): -3417382 or 14342859. OLE color: 14342859.

HSL color Cylindrical-coordinate representation of color #CBDADA: hue angle of 180º 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 #CBDADA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203218218-
CMYK0.07000.15
HSL180º16.85%82.55%-
HSV(B)180º6.88%85.49%-
XYZ62.3567.976.15-
YUV213.52130.53120.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=31.77%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182180.07000.1518016.8582.55
HexCBDADA700Fb41153
Octal3133323327001726421123
Binary11001011110110101101101011100111110110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDADA; }

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

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

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

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

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

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

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

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