Html Css Color HEX #CEDCC3 Ottoman

📋 copy color: '#CEDCC3'

red 206 ◦ green 220 ◦ blue 195

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

Shades of Ottoman #CEDCC3

Tints of Ottoman #CEDCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.4%

R = 33.17%
G = 35.43%
B = 31.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#CEDCC3 (or 0xCEDCC3) is known color: Ottoman. HEX triplet: CE, DC and C3. RGB value is (206,220,195). Sum of RGB (Red+Green+Blue) = 206+220+195=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC3 is #31233C. Grayscale: #D5D5D5. Windows color (decimal): -3220285 or 12836046. OLE color: 12836046.

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

Color convert

RGB 206 220 195 -
CMYK 0.06 0 0.11 0.14
HSL 93.6º 0.26% 0.81% -
HSV(B) 93.6º 0.11% 0.86% -
XYZ 60.9 68.25 61.59 -
YUV 212.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 206 220 195 0.06 0 0.11 0.14 93.6 0.26 0.81
Hex CE DC C3 6 0 B E 5E 1A 51
Octal 316 334 303 6 0 13 16 136 32 121
Binary 11001110 11011100 11000011 110 0 1011 1110 1011110 11010 1010001

Color Harmonies of #CEDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC3

Black with #CEDCC3

Text Example


Text Example

White with #CEDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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