Html Css Color HEX #C1DDDB Zumthor

📋 copy color: '#C1DDDB'

red 193 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #C1DDDB

Tints of Zumthor #C1DDDB

RGB

 RED value IS 193 (75.78% from 255) = 30.49%

 GREEN value IS 221 (86.72% from 255) = 34.91%

 BLUE value IS 219 (85.94% from 255) = 34.6%

R = 30.49%
G = 34.91%
B = 34.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C1DDDB (or 0xC1DDDB) is known color: Zumthor. HEX triplet: C1, DD and DB. RGB value is (193,221,219). Sum of RGB (Red+Green+Blue) = 193+221+219=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDDB is #3E2224. Grayscale: #D4D4D4. Windows color (decimal): -4071973 or 14409153. OLE color: 14409153.

HSL color Cylindrical-coordinate representation of color #C1DDDB: hue angle of 175.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DDDB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 221 219 -
CMYK 0.13 0 0.01 0.13
HSL 175.71º 0.29% 0.81% -
HSV(B) 175.71º 0.13% 0.87% -
XYZ 60.63 68.16 76.98 -
YUV 212.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 193 221 219 0.13 0 0.01 0.13 175.71 0.29 0.81
Hex C1 DD DB D 0 1 D B0 1D 51
Octal 301 335 333 15 0 1 15 260 35 121
Binary 11000001 11011101 11011011 1101 0 1 1101 10110000 11101 1010001

Color Harmonies of #C1DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DDDB

Black with #C1DDDB

Text Example


Text Example

White with #C1DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DDDB; }

 p { color: rgb(193,221,219); }

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

background-color css

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

 a { background-color: rgb(193,221,219); }

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

border-color css

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

 span { border-color: rgb(193,221,219); }

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