Html Css Color HEX #D4DFCD Ottoman

📋 copy color: '#D4DFCD'

red 212 ◦ green 223 ◦ blue 205

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

Shades of Ottoman #D4DFCD

Tints of Ottoman #D4DFCD

RGB

 RED value IS 212 (83.2% from 255) = 33.13%

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

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 33.13%
G = 34.84%
B = 32.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D4DFCD (or 0xD4DFCD) is known color: Ottoman. HEX triplet: D4, DF and CD. RGB value is (212,223,205). Sum of RGB (Red+Green+Blue) = 212+223+205=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFCD is #2B2032. Grayscale: #D9D9D9. Windows color (decimal): -2826291 or 13492180. OLE color: 13492180.

HSL color Cylindrical-coordinate representation of color #D4DFCD: hue angle of 96.67º degrees, saturation: 0.22, 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 #D4DFCD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 205 -
CMYK 0.05 0 0.08 0.13
HSL 96.67º 0.22% 0.84% -
HSV(B) 96.67º 0.08% 0.87% -
XYZ 64.56 71.18 68.09 -
YUV 217.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 212 223 205 0.05 0 0.08 0.13 96.67 0.22 0.84
Hex D4 DF CD 5 0 8 D 61 16 54
Octal 324 337 315 5 0 10 15 141 26 124
Binary 11010100 11011111 11001101 101 0 1000 1101 1100001 10110 1010100

Color Harmonies of #D4DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFCD

Black with #D4DFCD

Text Example


Text Example

White with #D4DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFCD; }

 p { color: rgb(212,223,205); }

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

background-color css

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

 a { background-color: rgb(212,223,205); }

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

border-color css

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

 span { border-color: rgb(212,223,205); }

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