Html Css Color HEX #CED9C5 Ottoman

📋 copy color: '#CED9C5'

red 206 ◦ green 217 ◦ blue 197

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

Shades of Ottoman #CED9C5

Tints of Ottoman #CED9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.77%

R = 33.23%
G = 35%
B = 31.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#CED9C5 (or 0xCED9C5) is known color: Ottoman. HEX triplet: CE, D9 and C5. RGB value is (206,217,197). Sum of RGB (Red+Green+Blue) = 206+217+197=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C5 is #31263A. Grayscale: #D3D3D3. Windows color (decimal): -3221051 or 12966350. OLE color: 12966350.

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

Color convert

RGB 206 217 197 -
CMYK 0.05 0 0.09 0.15
HSL 93º 0.21% 0.81% -
HSV(B) 93º 0.09% 0.85% -
XYZ 60.34 66.78 62.53 -
YUV 211.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 206 217 197 0.05 0 0.09 0.15 93 0.21 0.81
Hex CE D9 C5 5 0 9 F 5D 15 51
Octal 316 331 305 5 0 11 17 135 25 121
Binary 11001110 11011001 11000101 101 0 1001 1111 1011101 10101 1010001

Color Harmonies of #CED9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9C5

Black with #CED9C5

Text Example


Text Example

White with #CED9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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