Html Css Color HEX #CED9C6 Ottoman

📋 copy color: '#CED9C6'

red 206 ◦ green 217 ◦ blue 198

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

Shades of Ottoman #CED9C6

Tints of Ottoman #CED9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 33.17%
G = 34.94%
B = 31.88%

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

#CED9C6 (or 0xCED9C6) is known color: Ottoman. HEX triplet: CE, D9 and C6. RGB value is (206,217,198). Sum of RGB (Red+Green+Blue) = 206+217+198=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C6 is #312639. Grayscale: #D3D3D3. Windows color (decimal): -3221050 or 13031886. OLE color: 13031886.

HSL color Cylindrical-coordinate representation of color #CED9C6: hue angle of 94.74º degrees, saturation: 0.2, 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 #CED9C6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 198 -
CMYK 0.05 0 0.09 0.15
HSL 94.74º 0.2% 0.81% -
HSV(B) 94.74º 0.09% 0.85% -
XYZ 60.46 66.82 63.14 -
YUV 211.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 206 217 198 0.05 0 0.09 0.15 94.74 0.2 0.81
Hex CE D9 C6 5 0 9 F 5F 14 51
Octal 316 331 306 5 0 11 17 137 24 121
Binary 11001110 11011001 11000110 101 0 1001 1111 1011111 10100 1010001

Color Harmonies of #CED9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9C6

Black with #CED9C6

Text Example


Text Example

White with #CED9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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