Html Css Color HEX #D5E7C5 Ottoman

📋 copy color: '#D5E7C5'

red 213 ◦ green 231 ◦ blue 197

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

Shades of Ottoman #D5E7C5

Tints of Ottoman #D5E7C5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.04%

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

R = 33.23%
G = 36.04%
B = 30.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#D5E7C5 (or 0xD5E7C5) is known color: Ottoman. HEX triplet: D5, E7 and C5. RGB value is (213,231,197). Sum of RGB (Red+Green+Blue) = 213+231+197=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7C5 is #2A183A. Grayscale: #DDDDDD. Windows color (decimal): -2758715 or 12969941. OLE color: 12969941.

HSL color Cylindrical-coordinate representation of color #D5E7C5: hue angle of 91.76º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E7C5 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 231 197 -
CMYK 0.08 0 0.15 0.09
HSL 91.76º 0.41% 0.84% -
HSV(B) 91.76º 0.15% 0.91% -
XYZ 66.09 75.33 63.88 -
YUV 221.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 213 231 197 0.08 0 0.15 0.09 91.76 0.41 0.84
Hex D5 E7 C5 8 0 F 9 5C 29 54
Octal 325 347 305 10 0 17 11 134 51 124
Binary 11010101 11100111 11000101 1000 0 1111 1001 1011100 101001 1010100

Color Harmonies of #D5E7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E7C5

Black with #D5E7C5

Text Example


Text Example

White with #D5E7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E7C5; }

 p { color: rgb(213,231,197); }

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

background-color css

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

 a { background-color: rgb(213,231,197); }

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

border-color css

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

 span { border-color: rgb(213,231,197); }

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