Html Css Color HEX #C8DADA Zumthor

📋 copy color: '#C8DADA'

red 200 ◦ green 218 ◦ blue 218

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

Shades of Zumthor #C8DADA

Tints of Zumthor #C8DADA

RGB

 RED value IS 200 (78.52% from 255) = 31.45%

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

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

R = 31.45%
G = 34.28%
B = 34.28%

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

#C8DADA (or 0xC8DADA) is known color: Zumthor. HEX triplet: C8, DA and DA. RGB value is (200,218,218). Sum of RGB (Red+Green+Blue) = 200+218+218=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #C8DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADA is #372525. Grayscale: #D4D4D4. Windows color (decimal): -3613990 or 14342856. OLE color: 14342856.

HSL color Cylindrical-coordinate representation of color #C8DADA: 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.08%. Process color model (Four color, CMYK) of #C8DADA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 218 218 -
CMYK 0.08 0 0 0.15
HSL 180º 0.2% 0.82% -
HSV(B) 180º 0.08% 0.85% -
XYZ 61.55 67.48 76.11 -
YUV 212.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 200 218 218 0.08 0 0 0.15 180 0.2 0.82
Hex C8 DA DA 8 0 0 F B4 14 52
Octal 310 332 332 10 0 0 17 264 24 122
Binary 11001000 11011010 11011010 1000 0 0 1111 10110100 10100 1010010

Color Harmonies of #C8DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DADA

Black with #C8DADA

Text Example


Text Example

White with #C8DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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