Html Css Color HEX #D4E1C3 Ottoman

📋 copy color: '#D4E1C3'

red 212 ◦ green 225 ◦ blue 195

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

Shades of Ottoman #D4E1C3

Tints of Ottoman #D4E1C3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.6%

 BLUE value IS 195 (76.56% from 255) = 30.85%

R = 33.54%
G = 35.6%
B = 30.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#D4E1C3 (or 0xD4E1C3) is known color: Ottoman. HEX triplet: D4, E1 and C3. RGB value is (212,225,195). Sum of RGB (Red+Green+Blue) = 212+225+195=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1C3 is #2B1E3C. Grayscale: #D9D9D9. Windows color (decimal): -2825789 or 12837332. OLE color: 12837332.

HSL color Cylindrical-coordinate representation of color #D4E1C3: hue angle of 86º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4E1C3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 195 -
CMYK 0.06 0 0.13 0.12
HSL 86º 0.33% 0.82% -
HSV(B) 86º 0.13% 0.88% -
XYZ 63.93 71.79 62.12 -
YUV 217.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 212 225 195 0.06 0 0.13 0.12 86 0.33 0.82
Hex D4 E1 C3 6 0 D C 56 21 52
Octal 324 341 303 6 0 15 14 126 41 122
Binary 11010100 11100001 11000011 110 0 1101 1100 1010110 100001 1010010

Color Harmonies of #D4E1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E1C3

Black with #D4E1C3

Text Example


Text Example

White with #D4E1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E1C3; }

 p { color: rgb(212,225,195); }

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

background-color css

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

 a { background-color: rgb(212,225,195); }

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

border-color css

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

 span { border-color: rgb(212,225,195); }

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