Html Css Color HEX #CED9C0 Ottoman

📋 copy color: '#CED9C0'

red 206 ◦ green 217 ◦ blue 192

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

Shades of Ottoman #CED9C0

Tints of Ottoman #CED9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 33.5%
G = 35.28%
B = 31.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#CED9C0 (or 0xCED9C0) is known color: Ottoman. HEX triplet: CE, D9 and C0. RGB value is (206,217,192). Sum of RGB (Red+Green+Blue) = 206+217+192=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C0 is #31263F. Grayscale: #D2D2D2. Windows color (decimal): -3221056 or 12638670. OLE color: 12638670.

HSL color Cylindrical-coordinate representation of color #CED9C0: hue angle of 86.4º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED9C0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 192 -
CMYK 0.05 0 0.12 0.15
HSL 86.4º 0.25% 0.8% -
HSV(B) 86.4º 0.12% 0.85% -
XYZ 59.78 66.55 59.56 -
YUV 210.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 206 217 192 0.05 0 0.12 0.15 86.4 0.25 0.8
Hex CE D9 C0 5 0 C F 56 19 50
Octal 316 331 300 5 0 14 17 126 31 120
Binary 11001110 11011001 11000000 101 0 1100 1111 1010110 11001 1010000

Color Harmonies of #CED9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9C0

Black with #CED9C0

Text Example


Text Example

White with #CED9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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