Html Css Color HEX #C7DADA Zumthor

📋 copy color: '#C7DADA'

red 199 ◦ green 218 ◦ blue 218

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

Shades of Zumthor #C7DADA

Tints of Zumthor #C7DADA

RGB

 RED value IS 199 (78.13% from 255) = 31.34%

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

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

R = 31.34%
G = 34.33%
B = 34.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7DADA (or 0xC7DADA) is known color: Zumthor. HEX triplet: C7, DA and DA. RGB value is (199,218,218). Sum of RGB (Red+Green+Blue) = 199+218+218=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C7DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DADA is #382525. Grayscale: #D4D4D4. Windows color (decimal): -3679526 or 14342855. OLE color: 14342855.

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

Color convert

RGB 199 218 218 -
CMYK 0.09 0 0 0.15
HSL 180º 0.2% 0.82% -
HSV(B) 180º 0.09% 0.85% -
XYZ 61.28 67.35 76.1 -
YUV 212.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 199 218 218 0.09 0 0 0.15 180 0.2 0.82
Hex C7 DA DA 9 0 0 F B4 14 52
Octal 307 332 332 11 0 0 17 264 24 122
Binary 11000111 11011010 11011010 1001 0 0 1111 10110100 10100 1010010

Color Harmonies of #C7DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DADA

Black with #C7DADA

Text Example


Text Example

White with #C7DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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