Html Css Color HEX #D5DFCC Ottoman

📋 copy color: '#D5DFCC'

red 213 ◦ green 223 ◦ blue 204

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

Shades of Ottoman #D5DFCC

Tints of Ottoman #D5DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 33.28%
G = 34.84%
B = 31.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D5DFCC (or 0xD5DFCC) is known color: Ottoman. HEX triplet: D5, DF and CC. RGB value is (213,223,204). Sum of RGB (Red+Green+Blue) = 213+223+204=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCC is #2A2033. Grayscale: #D9D9D9. Windows color (decimal): -2760756 or 13426645. OLE color: 13426645.

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

Color convert

RGB 213 223 204 -
CMYK 0.04 0 0.09 0.13
HSL 91.58º 0.23% 0.84% -
HSV(B) 91.58º 0.09% 0.87% -
XYZ 64.73 71.28 67.47 -
YUV 217.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 213 223 204 0.04 0 0.09 0.13 91.58 0.23 0.84
Hex D5 DF CC 4 0 9 D 5C 17 54
Octal 325 337 314 4 0 11 15 134 27 124
Binary 11010101 11011111 11001100 100 0 1001 1101 1011100 10111 1010100

Color Harmonies of #D5DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFCC

Black with #D5DFCC

Text Example


Text Example

White with #D5DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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