Html Css Color HEX #D5DFC7 Ottoman

📋 copy color: '#D5DFC7'

red 213 ◦ green 223 ◦ blue 199

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

Shades of Ottoman #D5DFC7

Tints of Ottoman #D5DFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.12%

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

R = 33.54%
G = 35.12%
B = 31.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D5DFC7 (or 0xD5DFC7) is known color: Ottoman. HEX triplet: D5, DF and C7. RGB value is (213,223,199). Sum of RGB (Red+Green+Blue) = 213+223+199=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC7 is #2A2038. Grayscale: #D9D9D9. Windows color (decimal): -2760761 or 13098965. OLE color: 13098965.

HSL color Cylindrical-coordinate representation of color #D5DFC7: hue angle of 85º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DFC7 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 199 -
CMYK 0.04 0 0.11 0.13
HSL 85º 0.27% 0.83% -
HSV(B) 85º 0.11% 0.87% -
XYZ 64.14 71.05 64.37 -
YUV 217.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 213 223 199 0.04 0 0.11 0.13 85 0.27 0.83
Hex D5 DF C7 4 0 B D 55 1B 53
Octal 325 337 307 4 0 13 15 125 33 123
Binary 11010101 11011111 11000111 100 0 1011 1101 1010101 11011 1010011

Color Harmonies of #D5DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFC7

Black with #D5DFC7

Text Example


Text Example

White with #D5DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFC7; }

 p { color: rgb(213,223,199); }

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

background-color css

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

 a { background-color: rgb(213,223,199); }

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

border-color css

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

 span { border-color: rgb(213,223,199); }

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