#C3DDDD

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

Shades of Zumthor #C3DDDD

Tints of Zumthor #C3DDDD

Color information

#C3DDDD (or 0xC3DDDD) is unknown color: approx Zumthor. HEX triplet: C3, DD and DD. RGB value is (195,221,221). Sum of RGB (Red+Green+Blue) = 195+221+221=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDDD is #3C2222. Grayscale: #D5D5D5. Windows color (decimal): -3940899 or 14540227. OLE color: 14540227.

HSL color Cylindrical-coordinate representation of color #C3DDDD: hue angle of 180º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DDDD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195221221-
CMYK0.12000.13
HSL180º27.66%81.57%-
HSV(B)180º11.76%86.67%-
XYZ61.4168.5478.4-
YUV213.23132.39115-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=30.61%
G=34.69%
B=34.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952212210.12000.1318027.6681.57
HexC3DDDDC00Db41c52
Octal30333533514001526434122
Binary110000111101110111011101110000110110110100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DDDD; }

 p { color: rgb(195,221,221); }

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

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

 a { background-color: rgb(195,221,221); }

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

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

 span { border-color: rgb(195,221,221); }

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