Html Css Color HEX #CEDCC6 Ottoman

📋 copy color: '#CEDCC6'

red 206 ◦ green 220 ◦ blue 198

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

Shades of Ottoman #CEDCC6

Tints of Ottoman #CEDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.73%

R = 33.01%
G = 35.26%
B = 31.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#CEDCC6 (or 0xCEDCC6) is known color: Ottoman. HEX triplet: CE, DC and C6. RGB value is (206,220,198). Sum of RGB (Red+Green+Blue) = 206+220+198=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC6 is #312339. Grayscale: #D5D5D5. Windows color (decimal): -3220282 or 13032654. OLE color: 13032654.

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

Color convert

RGB 206 220 198 -
CMYK 0.06 0 0.1 0.14
HSL 98.18º 0.24% 0.82% -
HSV(B) 98.18º 0.1% 0.86% -
XYZ 61.24 68.39 63.4 -
YUV 213.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 206 220 198 0.06 0 0.1 0.14 98.18 0.24 0.82
Hex CE DC C6 6 0 A E 62 18 52
Octal 316 334 306 6 0 12 16 142 30 122
Binary 11001110 11011100 11000110 110 0 1010 1110 1100010 11000 1010010

Color Harmonies of #CEDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC6

Black with #CEDCC6

Text Example


Text Example

White with #CEDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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