Html Css Color HEX #CED9C1 Ottoman

📋 copy color: '#CED9C1'

red 206 ◦ green 217 ◦ blue 193

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

Shades of Ottoman #CED9C1

Tints of Ottoman #CED9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.33%

R = 33.44%
G = 35.23%
B = 31.33%

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

#CED9C1 (or 0xCED9C1) is known color: Ottoman. HEX triplet: CE, D9 and C1. RGB value is (206,217,193). Sum of RGB (Red+Green+Blue) = 206+217+193=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9C1 is #31263E. Grayscale: #D3D3D3. Windows color (decimal): -3221055 or 12704206. OLE color: 12704206.

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

Color convert

RGB 206 217 193 -
CMYK 0.05 0 0.11 0.15
HSL 87.5º 0.24% 0.8% -
HSV(B) 87.5º 0.11% 0.85% -
XYZ 59.89 66.6 60.15 -
YUV 210.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 206 217 193 0.05 0 0.11 0.15 87.5 0.24 0.8
Hex CE D9 C1 5 0 B F 57 18 50
Octal 316 331 301 5 0 13 17 127 30 120
Binary 11001110 11011001 11000001 101 0 1011 1111 1010111 11000 1010000

Color Harmonies of #CED9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9C1

Black with #CED9C1

Text Example


Text Example

White with #CED9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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