Html Css Color HEX #D5E1C8 Ottoman

📋 copy color: '#D5E1C8'

red 213 ◦ green 225 ◦ blue 200

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

Shades of Ottoman #D5E1C8

Tints of Ottoman #D5E1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.35%

R = 33.39%
G = 35.27%
B = 31.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#D5E1C8 (or 0xD5E1C8) is known color: Ottoman. HEX triplet: D5, E1 and C8. RGB value is (213,225,200). Sum of RGB (Red+Green+Blue) = 213+225+200=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1C8 is #2A1E37. Grayscale: #DADADA. Windows color (decimal): -2760248 or 13165013. OLE color: 13165013.

HSL color Cylindrical-coordinate representation of color #D5E1C8: hue angle of 88.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E1C8 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 200 -
CMYK 0.05 0 0.11 0.12
HSL 88.8º 0.29% 0.83% -
HSV(B) 88.8º 0.11% 0.88% -
XYZ 64.79 72.17 65.16 -
YUV 218.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 213 225 200 0.05 0 0.11 0.12 88.8 0.29 0.83
Hex D5 E1 C8 5 0 B C 59 1D 53
Octal 325 341 310 5 0 13 14 131 35 123
Binary 11010101 11100001 11001000 101 0 1011 1100 1011001 11101 1010011

Color Harmonies of #D5E1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1C8

Black with #D5E1C8

Text Example


Text Example

White with #D5E1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1C8; }

 p { color: rgb(213,225,200); }

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

background-color css

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

 a { background-color: rgb(213,225,200); }

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

border-color css

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

 span { border-color: rgb(213,225,200); }

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