Html Css Color HEX #D5DECF Ottoman

📋 copy color: '#D5DECF'

red 213 ◦ green 222 ◦ blue 207

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

Shades of Ottoman #D5DECF

Tints of Ottoman #D5DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

 BLUE value IS 207 (81.25% from 255) = 32.24%

R = 33.18%
G = 34.58%
B = 32.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D5DECF (or 0xD5DECF) is known color: Ottoman. HEX triplet: D5, DE and CF. RGB value is (213,222,207). Sum of RGB (Red+Green+Blue) = 213+222+207=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DECF is #2A2130. Grayscale: #D9D9D9. Windows color (decimal): -2761009 or 13622997. OLE color: 13622997.

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

Color convert

RGB 213 222 207 -
CMYK 0.04 0 0.07 0.13
HSL 96º 0.19% 0.84% -
HSV(B) 96º 0.07% 0.87% -
XYZ 64.82 70.89 69.3 -
YUV 217.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 213 222 207 0.04 0 0.07 0.13 96 0.19 0.84
Hex D5 DE CF 4 0 7 D 60 13 54
Octal 325 336 317 4 0 7 15 140 23 124
Binary 11010101 11011110 11001111 100 0 111 1101 1100000 10011 1010100

Color Harmonies of #D5DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DECF

Black with #D5DECF

Text Example


Text Example

White with #D5DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DECF; }

 p { color: rgb(213,222,207); }

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

background-color css

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

 a { background-color: rgb(213,222,207); }

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

border-color css

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

 span { border-color: rgb(213,222,207); }

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