Html Css Color HEX #CED6D5 Zumthor

📋 copy color: '#CED6D5'

red 206 ◦ green 214 ◦ blue 213

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

Shades of Zumthor #CED6D5

Tints of Zumthor #CED6D5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 32.54%
G = 33.81%
B = 33.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#CED6D5 (or 0xCED6D5) is known color: Zumthor. HEX triplet: CE, D6 and D5. RGB value is (206,214,213). Sum of RGB (Red+Green+Blue) = 206+214+213=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D5 is #31292A. Grayscale: #D3D3D3. Windows color (decimal): -3221803 or 14014158. OLE color: 14014158.

HSL color Cylindrical-coordinate representation of color #CED6D5: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6D5 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 213 -
CMYK 0.04 0 0.00 0.16
HSL 172.5º 0.09% 0.82% -
HSV(B) 172.5º 0.04% 0.84% -
XYZ 61.51 66.02 72.45 -
YUV 211.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 206 214 213 0.04 0 0.00 0.16 172.5 0.09 0.82
Hex CE D6 D5 4 0 0 10 AC 9 52
Octal 316 326 325 4 0 0 20 254 11 122
Binary 11001110 11010110 11010101 100 0 0 10000 10101100 1001 1010010

Color Harmonies of #CED6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6D5

Black with #CED6D5

Text Example


Text Example

White with #CED6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6D5; }

 p { color: rgb(206,214,213); }

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

background-color css

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

 a { background-color: rgb(206,214,213); }

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

border-color css

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

 span { border-color: rgb(206,214,213); }

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