Html Css Color HEX #CED6C3 Ottoman

📋 copy color: '#CED6C3'

red 206 ◦ green 214 ◦ blue 195

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

Shades of Ottoman #CED6C3

Tints of Ottoman #CED6C3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.8%

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

R = 33.5%
G = 34.8%
B = 31.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#CED6C3 (or 0xCED6C3) is known color: Ottoman. HEX triplet: CE, D6 and C3. RGB value is (206,214,195). Sum of RGB (Red+Green+Blue) = 206+214+195=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6C3 is #31293C. Grayscale: #D1D1D1. Windows color (decimal): -3221821 or 12834510. OLE color: 12834510.

HSL color Cylindrical-coordinate representation of color #CED6C3: hue angle of 85.26º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED6C3 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 195 -
CMYK 0.04 0 0.09 0.16
HSL 85.26º 0.19% 0.8% -
HSV(B) 85.26º 0.09% 0.84% -
XYZ 59.35 65.16 61.08 -
YUV 209.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 206 214 195 0.04 0 0.09 0.16 85.26 0.19 0.8
Hex CE D6 C3 4 0 9 10 55 13 50
Octal 316 326 303 4 0 11 20 125 23 120
Binary 11001110 11010110 11000011 100 0 1001 10000 1010101 10011 1010000

Color Harmonies of #CED6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6C3

Black with #CED6C3

Text Example


Text Example

White with #CED6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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