Html Css Color HEX #CDD5C5 Ottoman

📋 copy color: '#CDD5C5'

red 205 ◦ green 213 ◦ blue 197

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

Shades of Ottoman #CDD5C5

Tints of Ottoman #CDD5C5

RGB

 RED value IS 205 (80.47% from 255) = 33.33%

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

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 33.33%
G = 34.63%
B = 32.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#CDD5C5 (or 0xCDD5C5) is known color: Ottoman. HEX triplet: CD, D5 and C5. RGB value is (205,213,197). Sum of RGB (Red+Green+Blue) = 205+213+197=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5C5 is #322A3A. Grayscale: #D0D0D0. Windows color (decimal): -3287611 or 12965325. OLE color: 12965325.

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

Color convert

RGB 205 213 197 -
CMYK 0.04 0 0.08 0.16
HSL 90º 0.16% 0.8% -
HSV(B) 90º 0.08% 0.84% -
XYZ 59.05 64.6 62.18 -
YUV 208.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 205 213 197 0.04 0 0.08 0.16 90 0.16 0.8
Hex CD D5 C5 4 0 8 10 5A 10 50
Octal 315 325 305 4 0 10 20 132 20 120
Binary 11001101 11010101 11000101 100 0 1000 10000 1011010 10000 1010000

Color Harmonies of #CDD5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5C5

Black with #CDD5C5

Text Example


Text Example

White with #CDD5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5C5; }

 p { color: rgb(205,213,197); }

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

background-color css

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

 a { background-color: rgb(205,213,197); }

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

border-color css

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

 span { border-color: rgb(205,213,197); }

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