Html Css Color HEX #CED6C9 Ottoman

📋 copy color: '#CED6C9'

red 206 ◦ green 214 ◦ blue 201

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

Shades of Ottoman #CED6C9

Tints of Ottoman #CED6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.37%

R = 33.17%
G = 34.46%
B = 32.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#CED6C9 (or 0xCED6C9) is known color: Ottoman. HEX triplet: CE, D6 and C9. RGB value is (206,214,201). Sum of RGB (Red+Green+Blue) = 206+214+201=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6C9 is #312936. Grayscale: #D2D2D2. Windows color (decimal): -3221815 or 13227726. OLE color: 13227726.

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

Color convert

RGB 206 214 201 -
CMYK 0.04 0 0.06 0.16
HSL 96.92º 0.14% 0.81% -
HSV(B) 96.92º 0.06% 0.84% -
XYZ 60.04 65.43 64.72 -
YUV 210.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 206 214 201 0.04 0 0.06 0.16 96.92 0.14 0.81
Hex CE D6 C9 4 0 6 10 61 E 51
Octal 316 326 311 4 0 6 20 141 16 121
Binary 11001110 11010110 11001001 100 0 110 10000 1100001 1110 1010001

Color Harmonies of #CED6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6C9

Black with #CED6C9

Text Example


Text Example

White with #CED6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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