Html Css Color HEX #CEDCC5 Ottoman

📋 copy color: '#CEDCC5'

red 206 ◦ green 220 ◦ blue 197

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

Shades of Ottoman #CEDCC5

Tints of Ottoman #CEDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 33.07%
G = 35.31%
B = 31.62%

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

#CEDCC5 (or 0xCEDCC5) is known color: Ottoman. HEX triplet: CE, DC and C5. RGB value is (206,220,197). Sum of RGB (Red+Green+Blue) = 206+220+197=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC5 is #31233A. Grayscale: #D5D5D5. Windows color (decimal): -3220283 or 12967118. OLE color: 12967118.

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

Color convert

RGB 206 220 197 -
CMYK 0.06 0 0.10 0.14
HSL 96.52º 0.25% 0.82% -
HSV(B) 96.52º 0.1% 0.86% -
XYZ 61.12 68.34 62.79 -
YUV 213.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 206 220 197 0.06 0 0.10 0.14 96.52 0.25 0.82
Hex CE DC C5 6 0 A E 61 19 52
Octal 316 334 305 6 0 12 16 141 31 122
Binary 11001110 11011100 11000101 110 0 1010 1110 1100001 11001 1010010

Color Harmonies of #CEDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCC5

Black with #CEDCC5

Text Example


Text Example

White with #CEDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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