#C4DBDB

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

Shades of Zumthor #C4DBDB

Tints of Zumthor #C4DBDB

Color information

#C4DBDB (or 0xC4DBDB) is unknown color: approx Zumthor. HEX triplet: C4, DB and DB. RGB value is (196,219,219). Sum of RGB (Red+Green+Blue) = 196+219+219=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C4DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDB is #3B2424. Grayscale: #D4D4D4. Windows color (decimal): -3875877 or 14408644. OLE color: 14408644.

HSL color Cylindrical-coordinate representation of color #C4DBDB: hue angle of 180º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBDB is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196219219-
CMYK0.11000.14
HSL180º24.21%81.37%-
HSV(B)180º10.5%85.88%-
XYZ60.8867.5176.84-
YUV212.12131.88116.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.91%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=30.91%
G=34.54%
B=34.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192190.11000.1418024.2181.37
HexC4DBDBB00Eb41851
Octal30433333313001626430121
Binary110001001101101111011011101100111010110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBDB; }

 p { color: rgb(196,219,219); }

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

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

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

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

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

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

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