Html Css Color HEX #CED5C6 Ottoman

📋 copy color: '#CED5C6'

red 206 ◦ green 213 ◦ blue 198

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

Shades of Ottoman #CED5C6

Tints of Ottoman #CED5C6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.52%

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 33.39%
G = 34.52%
B = 32.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#CED5C6 (or 0xCED5C6) is known color: Ottoman. HEX triplet: CE, D5 and C6. RGB value is (206,213,198). Sum of RGB (Red+Green+Blue) = 206+213+198=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5C6 is #312A39. Grayscale: #D1D1D1. Windows color (decimal): -3222074 or 13030862. OLE color: 13030862.

HSL color Cylindrical-coordinate representation of color #CED5C6: hue angle of 88º degrees, saturation: 0.15, 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 #CED5C6 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 198 -
CMYK 0.03 0 0.07 0.16
HSL 88º 0.15% 0.81% -
HSV(B) 88º 0.07% 0.84% -
XYZ 59.44 64.79 62.8 -
YUV 209.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 206 213 198 0.03 0 0.07 0.16 88 0.15 0.81
Hex CE D5 C6 3 0 7 10 58 F 51
Octal 316 325 306 3 0 7 20 130 17 121
Binary 11001110 11010101 11000110 11 0 111 10000 1011000 1111 1010001

Color Harmonies of #CED5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5C6

Black with #CED5C6

Text Example


Text Example

White with #CED5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5C6; }

 p { color: rgb(206,213,198); }

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

background-color css

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

 a { background-color: rgb(206,213,198); }

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

border-color css

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

 span { border-color: rgb(206,213,198); }

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