Html Css Color HEX #C3DBDA Zumthor

📋 copy color: '#C3DBDA'

red 195 ◦ green 219 ◦ blue 218

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

Shades of Zumthor #C3DBDA

Tints of Zumthor #C3DBDA

RGB

 RED value IS 195 (76.56% from 255) = 30.85%

 GREEN value IS 219 (85.94% from 255) = 34.65%

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

R = 30.85%
G = 34.65%
B = 34.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C3DBDA (or 0xC3DBDA) is known color: Zumthor. HEX triplet: C3, DB and DA. RGB value is (195,219,218). Sum of RGB (Red+Green+Blue) = 195+219+218=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBDA is #3C2425. Grayscale: #D3D3D3. Windows color (decimal): -3941414 or 14343107. OLE color: 14343107.

HSL color Cylindrical-coordinate representation of color #C3DBDA: hue angle of 177.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBDA is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 219 218 -
CMYK 0.11 0 0.00 0.14
HSL 177.5º 0.25% 0.81% -
HSV(B) 177.5º 0.11% 0.86% -
XYZ 60.49 67.33 76.14 -
YUV 211.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 195 219 218 0.11 0 0.00 0.14 177.5 0.25 0.81
Hex C3 DB DA B 0 0 E B2 19 51
Octal 303 333 332 13 0 0 16 262 31 121
Binary 11000011 11011011 11011010 1011 0 0 1110 10110010 11001 1010001

Color Harmonies of #C3DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBDA

Black with #C3DBDA

Text Example


Text Example

White with #C3DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBDA; }

 p { color: rgb(195,219,218); }

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

background-color css

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

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

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

border-color css

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

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

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