Html Css Color HEX #CEDCB9 Ottoman

📋 copy color: '#CEDCB9'

red 206 ◦ green 220 ◦ blue 185

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

Shades of Ottoman #CEDCB9

Tints of Ottoman #CEDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 185 (72.66% from 255) = 30.28%

R = 33.72%
G = 36.01%
B = 30.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#CEDCB9 (or 0xCEDCB9) is known color: Ottoman. HEX triplet: CE, DC and B9. RGB value is (206,220,185). Sum of RGB (Red+Green+Blue) = 206+220+185=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCB9 is #312346. Grayscale: #D3D3D3. Windows color (decimal): -3220295 or 12180686. OLE color: 12180686.

HSL color Cylindrical-coordinate representation of color #CEDCB9: hue angle of 84º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDCB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 185 -
CMYK 0.06 0 0.16 0.14
HSL 84º 0.33% 0.79% -
HSV(B) 84º 0.16% 0.86% -
XYZ 59.8 67.81 55.84 -
YUV 211.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 206 220 185 0.06 0 0.16 0.14 84 0.33 0.79
Hex CE DC B9 6 0 10 E 54 21 4F
Octal 316 334 271 6 0 20 16 124 41 117
Binary 11001110 11011100 10111001 110 0 10000 1110 1010100 100001 1001111

Color Harmonies of #CEDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCB9

Black with #CEDCB9

Text Example


Text Example

White with #CEDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCB9; }

 p { color: rgb(206,220,185); }

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

background-color css

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

 a { background-color: rgb(206,220,185); }

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

border-color css

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

 span { border-color: rgb(206,220,185); }

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