Html Css Color HEX #CED5CA Ottoman

📋 copy color: '#CED5CA'

red 206 ◦ green 213 ◦ blue 202

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

Shades of Ottoman #CED5CA

Tints of Ottoman #CED5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 33.17%
G = 34.3%
B = 32.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#CED5CA (or 0xCED5CA) is known color: Ottoman. HEX triplet: CE, D5 and CA. RGB value is (206,213,202). Sum of RGB (Red+Green+Blue) = 206+213+202=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5CA is #312A35. Grayscale: #D1D1D1. Windows color (decimal): -3222070 or 13293006. OLE color: 13293006.

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

Color convert

RGB 206 213 202 -
CMYK 0.03 0 0.05 0.16
HSL 98.18º 0.12% 0.81% -
HSV(B) 98.18º 0.05% 0.84% -
XYZ 59.91 64.97 65.26 -
YUV 209.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 206 213 202 0.03 0 0.05 0.16 98.18 0.12 0.81
Hex CE D5 CA 3 0 5 10 62 C 51
Octal 316 325 312 3 0 5 20 142 14 121
Binary 11001110 11010101 11001010 11 0 101 10000 1100010 1100 1010001

Color Harmonies of #CED5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5CA

Black with #CED5CA

Text Example


Text Example

White with #CED5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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