Html Css Color HEX #D7E1CD Ottoman

📋 copy color: '#D7E1CD'

red 215 ◦ green 225 ◦ blue 205

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

Shades of Ottoman #D7E1CD

Tints of Ottoman #D7E1CD

RGB

 RED value IS 215 (84.38% from 255) = 33.33%

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

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

R = 33.33%
G = 34.88%
B = 31.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D7E1CD (or 0xD7E1CD) is known color: Ottoman. HEX triplet: D7, E1 and CD. RGB value is (215,225,205). Sum of RGB (Red+Green+Blue) = 215+225+205=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1CD is #281E32. Grayscale: #DBDBDB. Windows color (decimal): -2629171 or 13492695. OLE color: 13492695.

HSL color Cylindrical-coordinate representation of color #D7E1CD: hue angle of 90º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E1CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 225 205 -
CMYK 0.04 0 0.09 0.12
HSL 90º 0.25% 0.84% -
HSV(B) 90º 0.09% 0.88% -
XYZ 65.97 72.71 68.31 -
YUV 219.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 215 225 205 0.04 0 0.09 0.12 90 0.25 0.84
Hex D7 E1 CD 4 0 9 C 5A 19 54
Octal 327 341 315 4 0 11 14 132 31 124
Binary 11010111 11100001 11001101 100 0 1001 1100 1011010 11001 1010100

Color Harmonies of #D7E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E1CD

Black with #D7E1CD

Text Example


Text Example

White with #D7E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E1CD; }

 p { color: rgb(215,225,205); }

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

background-color css

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

 a { background-color: rgb(215,225,205); }

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

border-color css

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

 span { border-color: rgb(215,225,205); }

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