Html Css Color HEX #CED9DA Zumthor

📋 copy color: '#CED9DA'

red 206 ◦ green 217 ◦ blue 218

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

Shades of Zumthor #CED9DA

Tints of Zumthor #CED9DA

RGB

 RED value IS 206 (80.86% from 255) = 32.14%

 GREEN value IS 217 (85.16% from 255) = 33.85%

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

R = 32.14%
G = 33.85%
B = 34.01%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CED9DA (or 0xCED9DA) is known color: Zumthor. HEX triplet: CE, D9 and DA. RGB value is (206,217,218). Sum of RGB (Red+Green+Blue) = 206+217+218=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9DA is #312625. Grayscale: #D5D5D5. Windows color (decimal): -3221030 or 14342606. OLE color: 14342606.

HSL color Cylindrical-coordinate representation of color #CED9DA: hue angle of 185º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED9DA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 218 -
CMYK 0.06 0.00 0 0.15
HSL 185º 0.14% 0.83% -
HSV(B) 185º 0.06% 0.85% -
XYZ 62.92 67.81 76.1 -
YUV 213.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 206 217 218 0.06 0.00 0 0.15 185 0.14 0.83
Hex CE D9 DA 6 0 0 F B9 E 53
Octal 316 331 332 6 0 0 17 271 16 123
Binary 11001110 11011001 11011010 110 0 0 1111 10111001 1110 1010011

Color Harmonies of #CED9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9DA

Black with #CED9DA

Text Example


Text Example

White with #CED9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9DA; }

 p { color: rgb(206,217,218); }

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

background-color css

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

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

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

border-color css

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

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

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