Html Css Color HEX #D5E0CD Ottoman

📋 copy color: '#D5E0CD'

red 213 ◦ green 224 ◦ blue 205

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

Shades of Ottoman #D5E0CD

Tints of Ottoman #D5E0CD

RGB

 RED value IS 213 (83.59% from 255) = 33.18%

 GREEN value IS 224 (87.89% from 255) = 34.89%

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 33.18%
G = 34.89%
B = 31.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D5E0CD (or 0xD5E0CD) is known color: Ottoman. HEX triplet: D5, E0 and CD. RGB value is (213,224,205). Sum of RGB (Red+Green+Blue) = 213+224+205=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0CD is #2A1F32. Grayscale: #DADADA. Windows color (decimal): -2760499 or 13492437. OLE color: 13492437.

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

Color convert

RGB 213 224 205 -
CMYK 0.05 0 0.08 0.12
HSL 94.74º 0.23% 0.84% -
HSV(B) 94.74º 0.08% 0.88% -
XYZ 65.12 71.87 68.2 -
YUV 218.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 213 224 205 0.05 0 0.08 0.12 94.74 0.23 0.84
Hex D5 E0 CD 5 0 8 C 5F 17 54
Octal 325 340 315 5 0 10 14 137 27 124
Binary 11010101 11100000 11001101 101 0 1000 1100 1011111 10111 1010100

Color Harmonies of #D5E0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0CD

Black with #D5E0CD

Text Example


Text Example

White with #D5E0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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