Html Css Color HEX #D5DFC9 Ottoman

📋 copy color: '#D5DFC9'

red 213 ◦ green 223 ◦ blue 201

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

Shades of Ottoman #D5DFC9

Tints of Ottoman #D5DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.55%

R = 33.44%
G = 35.01%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D5DFC9 (or 0xD5DFC9) is known color: Ottoman. HEX triplet: D5, DF and C9. RGB value is (213,223,201). Sum of RGB (Red+Green+Blue) = 213+223+201=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFC9 is #2A2036. Grayscale: #D9D9D9. Windows color (decimal): -2760759 or 13230037. OLE color: 13230037.

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

Color convert

RGB 213 223 201 -
CMYK 0.04 0 0.10 0.13
HSL 87.27º 0.26% 0.83% -
HSV(B) 87.27º 0.1% 0.87% -
XYZ 64.37 71.14 65.6 -
YUV 217.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 213 223 201 0.04 0 0.10 0.13 87.27 0.26 0.83
Hex D5 DF C9 4 0 A D 57 1A 53
Octal 325 337 311 4 0 12 15 127 32 123
Binary 11010101 11011111 11001001 100 0 1010 1101 1010111 11010 1010011

Color Harmonies of #D5DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFC9

Black with #D5DFC9

Text Example


Text Example

White with #D5DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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