Html Css Color HEX #CED7C7 Ottoman

📋 copy color: '#CED7C7'

red 206 ◦ green 215 ◦ blue 199

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

Shades of Ottoman #CED7C7

Tints of Ottoman #CED7C7

RGB

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

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

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

R = 33.23%
G = 34.68%
B = 32.1%

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

#CED7C7 (or 0xCED7C7) is known color: Ottoman. HEX triplet: CE, D7 and C7. RGB value is (206,215,199). Sum of RGB (Red+Green+Blue) = 206+215+199=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #CED7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7C7 is #312838. Grayscale: #D2D2D2. Windows color (decimal): -3221561 or 13096910. OLE color: 13096910.

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

Color convert

RGB 206 215 199 -
CMYK 0.04 0 0.07 0.16
HSL 93.75º 0.17% 0.81% -
HSV(B) 93.75º 0.07% 0.84% -
XYZ 60.06 65.85 63.58 -
YUV 210.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 206 215 199 0.04 0 0.07 0.16 93.75 0.17 0.81
Hex CE D7 C7 4 0 7 10 5E 11 51
Octal 316 327 307 4 0 7 20 136 21 121
Binary 11001110 11010111 11000111 100 0 111 10000 1011110 10001 1010001

Color Harmonies of #CED7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7C7

Black with #CED7C7

Text Example


Text Example

White with #CED7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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