Html Css Color HEX #CED9C2 Ottoman

📋 copy color: '#CED9C2'

red 206 ◦ green 217 ◦ blue 194

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

Shades of Ottoman #CED9C2

Tints of Ottoman #CED9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.44%

R = 33.39%
G = 35.17%
B = 31.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CED9C2 (or 0xCED9C2) is known color: Ottoman. HEX triplet: CE, D9 and C2. RGB value is (206,217,194). Sum of RGB (Red+Green+Blue) = 206+217+194=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C2 is #31263D. Grayscale: #D3D3D3. Windows color (decimal): -3221054 or 12769742. OLE color: 12769742.

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

Color convert

RGB 206 217 194 -
CMYK 0.05 0 0.11 0.15
HSL 88.7º 0.23% 0.81% -
HSV(B) 88.7º 0.11% 0.85% -
XYZ 60 66.64 60.74 -
YUV 211.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 206 217 194 0.05 0 0.11 0.15 88.7 0.23 0.81
Hex CE D9 C2 5 0 B F 59 17 51
Octal 316 331 302 5 0 13 17 131 27 121
Binary 11001110 11011001 11000010 101 0 1011 1111 1011001 10111 1010001

Color Harmonies of #CED9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9C2

Black with #CED9C2

Text Example


Text Example

White with #CED9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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