Html Css Color HEX #CEDCC7 Ottoman

📋 copy color: '#CEDCC7'

red 206 ◦ green 220 ◦ blue 199

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

Shades of Ottoman #CEDCC7

Tints of Ottoman #CEDCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.84%

R = 32.96%
G = 35.2%
B = 31.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#CEDCC7 (or 0xCEDCC7) is known color: Ottoman. HEX triplet: CE, DC and C7. RGB value is (206,220,199). Sum of RGB (Red+Green+Blue) = 206+220+199=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC7 is #312338. Grayscale: #D5D5D5. Windows color (decimal): -3220281 or 13098190. OLE color: 13098190.

HSL color Cylindrical-coordinate representation of color #CEDCC7: hue angle of 100º degrees, saturation: 0.23, 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 #CEDCC7 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 199 -
CMYK 0.06 0 0.10 0.14
HSL 100º 0.23% 0.82% -
HSV(B) 100º 0.1% 0.86% -
XYZ 61.36 68.43 64.01 -
YUV 213.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 206 220 199 0.06 0 0.10 0.14 100 0.23 0.82
Hex CE DC C7 6 0 A E 64 17 52
Octal 316 334 307 6 0 12 16 144 27 122
Binary 11001110 11011100 11000111 110 0 1010 1110 1100100 10111 1010010

Color Harmonies of #CEDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC7

Black with #CEDCC7

Text Example


Text Example

White with #CEDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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