Html Css Color HEX #CED7C9 Ottoman

📋 copy color: '#CED7C9'

red 206 ◦ green 215 ◦ blue 201

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

Shades of Ottoman #CED7C9

Tints of Ottoman #CED7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.57%

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

R = 33.12%
G = 34.57%
B = 32.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#CED7C9 (or 0xCED7C9) is known color: Ottoman. HEX triplet: CE, D7 and C9. RGB value is (206,215,201). Sum of RGB (Red+Green+Blue) = 206+215+201=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C9 is #312836. Grayscale: #D2D2D2. Windows color (decimal): -3221559 or 13227982. OLE color: 13227982.

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

Color convert

RGB 206 215 201 -
CMYK 0.04 0 0.07 0.16
HSL 98.57º 0.15% 0.82% -
HSV(B) 98.57º 0.07% 0.84% -
XYZ 60.3 65.94 64.81 -
YUV 210.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 206 215 201 0.04 0 0.07 0.16 98.57 0.15 0.82
Hex CE D7 C9 4 0 7 10 63 F 52
Octal 316 327 311 4 0 7 20 143 17 122
Binary 11001110 11010111 11001001 100 0 111 10000 1100011 1111 1010010

Color Harmonies of #CED7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7C9

Black with #CED7C9

Text Example


Text Example

White with #CED7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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