Html Css Color HEX #D4E4C5 Ottoman

📋 copy color: '#D4E4C5'

red 212 ◦ green 228 ◦ blue 197

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

Shades of Ottoman #D4E4C5

Tints of Ottoman #D4E4C5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 33.28%
G = 35.79%
B = 30.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#D4E4C5 (or 0xD4E4C5) is known color: Ottoman. HEX triplet: D4, E4 and C5. RGB value is (212,228,197). Sum of RGB (Red+Green+Blue) = 212+228+197=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E4C5 is #2B1B3A. Grayscale: #DBDBDB. Windows color (decimal): -2825019 or 12969172. OLE color: 12969172.

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

Color convert

RGB 212 228 197 -
CMYK 0.07 0 0.14 0.11
HSL 90.97º 0.36% 0.83% -
HSV(B) 90.97º 0.14% 0.89% -
XYZ 64.97 73.52 63.59 -
YUV 219.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 212 228 197 0.07 0 0.14 0.11 90.97 0.36 0.83
Hex D4 E4 C5 7 0 E B 5B 24 53
Octal 324 344 305 7 0 16 13 133 44 123
Binary 11010100 11100100 11000101 111 0 1110 1011 1011011 100100 1010011

Color Harmonies of #D4E4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E4C5

Black with #D4E4C5

Text Example


Text Example

White with #D4E4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E4C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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