Html Css Color HEX #C4D5DA Zumthor

📋 copy color: '#C4D5DA'

red 196 ◦ green 213 ◦ blue 218

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

Shades of Zumthor #C4D5DA

Tints of Zumthor #C4D5DA

RGB

 RED value IS 196 (76.95% from 255) = 31.26%

 GREEN value IS 213 (83.59% from 255) = 33.97%

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

R = 31.26%
G = 33.97%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4D5DA (or 0xC4D5DA) is known color: Zumthor. HEX triplet: C4, D5 and DA. RGB value is (196,213,218). Sum of RGB (Red+Green+Blue) = 196+213+218=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4D5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5DA is #3B2A25. Grayscale: #D0D0D0. Windows color (decimal): -3877414 or 14341572. OLE color: 14341572.

HSL color Cylindrical-coordinate representation of color #C4D5DA: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D5DA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 213 218 -
CMYK 0.10 0.02 0 0.15
HSL 193.64º 0.23% 0.81% -
HSV(B) 193.64º 0.1% 0.85% -
XYZ 59.21 64.39 75.64 -
YUV 208.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 196 213 218 0.10 0.02 0 0.15 193.64 0.23 0.81
Hex C4 D5 DA A 2 0 F C2 17 51
Octal 304 325 332 12 2 0 17 302 27 121
Binary 11000100 11010101 11011010 1010 10 0 1111 11000010 10111 1010001

Color Harmonies of #C4D5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D5DA

Black with #C4D5DA

Text Example


Text Example

White with #C4D5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D5DA; }

 p { color: rgb(196,213,218); }

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

background-color css

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

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

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

border-color css

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

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

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