Html Css Color HEX #CEDDC2 Ottoman

📋 copy color: '#CEDDC2'

red 206 ◦ green 221 ◦ blue 194

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

Shades of Ottoman #CEDDC2

Tints of Ottoman #CEDDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 33.17%
G = 35.59%
B = 31.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#CEDDC2 (or 0xCEDDC2) is known color: Ottoman. HEX triplet: CE, DD and C2. RGB value is (206,221,194). Sum of RGB (Red+Green+Blue) = 206+221+194=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC2 is #31223D. Grayscale: #D5D5D5. Windows color (decimal): -3220030 or 12770766. OLE color: 12770766.

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

Color convert

RGB 206 221 194 -
CMYK 0.07 0 0.12 0.13
HSL 93.33º 0.28% 0.81% -
HSV(B) 93.33º 0.12% 0.87% -
XYZ 61.05 68.73 61.09 -
YUV 213.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 206 221 194 0.07 0 0.12 0.13 93.33 0.28 0.81
Hex CE DD C2 7 0 C D 5D 1C 51
Octal 316 335 302 7 0 14 15 135 34 121
Binary 11001110 11011101 11000010 111 0 1100 1101 1011101 11100 1010001

Color Harmonies of #CEDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDC2

Black with #CEDDC2

Text Example


Text Example

White with #CEDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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