Html Css Color HEX #C9DADA Zumthor

📋 copy color: '#C9DADA'

red 201 ◦ green 218 ◦ blue 218

#C9DADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #C9DADA

Tints of Zumthor #C9DADA

RGB

 RED value IS 201 (78.91% from 255) = 31.55%

 GREEN value IS 218 (85.55% from 255) = 34.22%

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 31.55%
G = 34.22%
B = 34.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9DADA (or 0xC9DADA) is known color: Zumthor. HEX triplet: C9, DA and DA. RGB value is (201,218,218). Sum of RGB (Red+Green+Blue) = 201+218+218=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C9DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DADA is #362525. Grayscale: #D4D4D4. Windows color (decimal): -3548454 or 14342857. OLE color: 14342857.

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

Color convert

RGB 201 218 218 -
CMYK 0.08 0 0 0.15
HSL 180º 0.19% 0.82% -
HSV(B) 180º 0.08% 0.85% -
XYZ 61.81 67.62 76.12 -
YUV 212.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 201 218 218 0.08 0 0 0.15 180 0.19 0.82
Hex C9 DA DA 8 0 0 F B4 13 52
Octal 311 332 332 10 0 0 17 264 23 122
Binary 11001001 11011010 11011010 1000 0 0 1111 10110100 10011 1010010

Color Harmonies of #C9DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DADA

Black with #C9DADA

Text Example


Text Example

White with #C9DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DADA; }

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

 H1.HeaderClassName
 {
   color: #C9DADA;
 }
 .AnyTagClassName
 {
   color: #C9DADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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