Html Css Color HEX #D4E2C5 Ottoman

📋 copy color: '#D4E2C5'

red 212 ◦ green 226 ◦ blue 197

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

Shades of Ottoman #D4E2C5

Tints of Ottoman #D4E2C5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

 BLUE value IS 197 (77.34% from 255) = 31.02%

R = 33.39%
G = 35.59%
B = 31.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#D4E2C5 (or 0xD4E2C5) is known color: Ottoman. HEX triplet: D4, E2 and C5. RGB value is (212,226,197). Sum of RGB (Red+Green+Blue) = 212+226+197=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E2C5 is #2B1D3A. Grayscale: #DADADA. Windows color (decimal): -2825531 or 12968660. OLE color: 12968660.

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

Color convert

RGB 212 226 197 -
CMYK 0.06 0 0.13 0.11
HSL 88.97º 0.33% 0.83% -
HSV(B) 88.97º 0.13% 0.89% -
XYZ 64.43 72.42 63.41 -
YUV 218.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 212 226 197 0.06 0 0.13 0.11 88.97 0.33 0.83
Hex D4 E2 C5 6 0 D B 59 21 53
Octal 324 342 305 6 0 15 13 131 41 123
Binary 11010100 11100010 11000101 110 0 1101 1011 1011001 100001 1010011

Color Harmonies of #D4E2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E2C5

Black with #D4E2C5

Text Example


Text Example

White with #D4E2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E2C5; }

 p { color: rgb(212,226,197); }

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

background-color css

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

 a { background-color: rgb(212,226,197); }

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

border-color css

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

 span { border-color: rgb(212,226,197); }

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