Html Css Color HEX #D5DFCE Ottoman

📋 copy color: '#D5DFCE'

red 213 ◦ green 223 ◦ blue 206

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

Shades of Ottoman #D5DFCE

Tints of Ottoman #D5DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.09%

R = 33.18%
G = 34.74%
B = 32.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D5DFCE (or 0xD5DFCE) is known color: Ottoman. HEX triplet: D5, DF and CE. RGB value is (213,223,206). Sum of RGB (Red+Green+Blue) = 213+223+206=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCE is #2A2031. Grayscale: #DADADA. Windows color (decimal): -2760754 or 13557717. OLE color: 13557717.

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

Color convert

RGB 213 223 206 -
CMYK 0.04 0 0.08 0.13
HSL 95.29º 0.21% 0.84% -
HSV(B) 95.29º 0.08% 0.87% -
XYZ 64.97 71.38 68.75 -
YUV 218.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 213 223 206 0.04 0 0.08 0.13 95.29 0.21 0.84
Hex D5 DF CE 4 0 8 D 5F 15 54
Octal 325 337 316 4 0 10 15 137 25 124
Binary 11010101 11011111 11001110 100 0 1000 1101 1011111 10101 1010100

Color Harmonies of #D5DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFCE

Black with #D5DFCE

Text Example


Text Example

White with #D5DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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