Html Css Color HEX #CEDDC0 Ottoman

📋 copy color: '#CEDDC0'

red 206 ◦ green 221 ◦ blue 192

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

Shades of Ottoman #CEDDC0

Tints of Ottoman #CEDDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 33.28%
G = 35.7%
B = 31.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#CEDDC0 (or 0xCEDDC0) is known color: Ottoman. HEX triplet: CE, DD and C0. RGB value is (206,221,192). Sum of RGB (Red+Green+Blue) = 206+221+192=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC0 is #31223F. Grayscale: #D5D5D5. Windows color (decimal): -3220032 or 12639694. OLE color: 12639694.

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

Color convert

RGB 206 221 192 -
CMYK 0.07 0 0.13 0.13
HSL 91.03º 0.3% 0.81% -
HSV(B) 91.03º 0.13% 0.87% -
XYZ 60.82 68.64 59.91 -
YUV 213.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 206 221 192 0.07 0 0.13 0.13 91.03 0.3 0.81
Hex CE DD C0 7 0 D D 5B 1E 51
Octal 316 335 300 7 0 15 15 133 36 121
Binary 11001110 11011101 11000000 111 0 1101 1101 1011011 11110 1010001

Color Harmonies of #CEDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDC0

Black with #CEDDC0

Text Example


Text Example

White with #CEDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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