Html Css Color HEX #C6DADA Zumthor

📋 copy color: '#C6DADA'

red 198 ◦ green 218 ◦ blue 218

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

Shades of Zumthor #C6DADA

Tints of Zumthor #C6DADA

RGB

 RED value IS 198 (77.73% from 255) = 31.23%

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

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

R = 31.23%
G = 34.38%
B = 34.38%

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

#C6DADA (or 0xC6DADA) is known color: Zumthor. HEX triplet: C6, DA and DA. RGB value is (198,218,218). Sum of RGB (Red+Green+Blue) = 198+218+218=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C6DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DADA is #392525. Grayscale: #D4D4D4. Windows color (decimal): -3745062 or 14342854. OLE color: 14342854.

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

Color convert

RGB 198 218 218 -
CMYK 0.09 0 0 0.15
HSL 180º 0.21% 0.82% -
HSV(B) 180º 0.09% 0.85% -
XYZ 61.02 67.21 76.09 -
YUV 212.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 198 218 218 0.09 0 0 0.15 180 0.21 0.82
Hex C6 DA DA 9 0 0 F B4 15 52
Octal 306 332 332 11 0 0 17 264 25 122
Binary 11000110 11011010 11011010 1001 0 0 1111 10110100 10101 1010010

Color Harmonies of #C6DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DADA

Black with #C6DADA

Text Example


Text Example

White with #C6DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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