Html Css Color HEX #CEDDBA Ottoman

📋 copy color: '#CEDDBA'

red 206 ◦ green 221 ◦ blue 186

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

Shades of Ottoman #CEDDBA

Tints of Ottoman #CEDDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

 BLUE value IS 186 (73.05% from 255) = 30.34%

R = 33.61%
G = 36.05%
B = 30.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#CEDDBA (or 0xCEDDBA) is known color: Ottoman. HEX triplet: CE, DD and BA. RGB value is (206,221,186). Sum of RGB (Red+Green+Blue) = 206+221+186=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBA is #312245. Grayscale: #D4D4D4. Windows color (decimal): -3220038 or 12246478. OLE color: 12246478.

HSL color Cylindrical-coordinate representation of color #CEDDBA: hue angle of 85.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDDBA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 186 -
CMYK 0.07 0 0.16 0.13
HSL 85.71º 0.34% 0.8% -
HSV(B) 85.71º 0.16% 0.87% -
XYZ 60.17 68.38 56.48 -
YUV 212.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 206 221 186 0.07 0 0.16 0.13 85.71 0.34 0.8
Hex CE DD BA 7 0 10 D 56 22 50
Octal 316 335 272 7 0 20 15 126 42 120
Binary 11001110 11011101 10111010 111 0 10000 1101 1010110 100010 1010000

Color Harmonies of #CEDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDBA

Black with #CEDDBA

Text Example


Text Example

White with #CEDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDBA; }

 p { color: rgb(206,221,186); }

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

background-color css

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

 a { background-color: rgb(206,221,186); }

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

border-color css

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

 span { border-color: rgb(206,221,186); }

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