Html Css Color HEX #C7DDDE Zumthor

📋 copy color: '#C7DDDE'

red 199 ◦ green 221 ◦ blue 222

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

Shades of Zumthor #C7DDDE

Tints of Zumthor #C7DDDE

RGB

 RED value IS 199 (78.13% from 255) = 31%

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

 BLUE value IS 222 (87.11% from 255) = 34.58%

R = 31%
G = 34.42%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7DDDE (or 0xC7DDDE) is known color: Zumthor. HEX triplet: C7, DD and DE. RGB value is (199,221,222). Sum of RGB (Red+Green+Blue) = 199+221+222=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDE is #382221. Grayscale: #D6D6D6. Windows color (decimal): -3678754 or 14605767. OLE color: 14605767.

HSL color Cylindrical-coordinate representation of color #C7DDDE: hue angle of 182.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDDE is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 221 222 -
CMYK 0.10 0.00 0 0.13
HSL 182.61º 0.26% 0.83% -
HSV(B) 182.61º 0.1% 0.87% -
XYZ 62.59 69.13 79.15 -
YUV 214.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 199 221 222 0.10 0.00 0 0.13 182.61 0.26 0.83
Hex C7 DD DE A 0 0 D B7 1A 53
Octal 307 335 336 12 0 0 15 267 32 123
Binary 11000111 11011101 11011110 1010 0 0 1101 10110111 11010 1010011

Color Harmonies of #C7DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDDE

Black with #C7DDDE

Text Example


Text Example

White with #C7DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDDE; }

 p { color: rgb(199,221,222); }

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

background-color css

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

 a { background-color: rgb(199,221,222); }

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

border-color css

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

 span { border-color: rgb(199,221,222); }

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