Html Css Color HEX #D5E4C3 Ottoman

📋 copy color: '#D5E4C3'

red 213 ◦ green 228 ◦ blue 195

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

Shades of Ottoman #D5E4C3

Tints of Ottoman #D5E4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.66%

R = 33.49%
G = 35.85%
B = 30.66%

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

#D5E4C3 (or 0xD5E4C3) is known color: Ottoman. HEX triplet: D5, E4 and C3. RGB value is (213,228,195). Sum of RGB (Red+Green+Blue) = 213+228+195=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4C3 is #2A1B3C. Grayscale: #DBDBDB. Windows color (decimal): -2759485 or 12838101. OLE color: 12838101.

HSL color Cylindrical-coordinate representation of color #D5E4C3: hue angle of 87.27º degrees, saturation: 0.38, 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 #D5E4C3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 195 -
CMYK 0.07 0 0.14 0.11
HSL 87.27º 0.38% 0.83% -
HSV(B) 87.27º 0.14% 0.89% -
XYZ 65.03 73.57 62.4 -
YUV 219.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 213 228 195 0.07 0 0.14 0.11 87.27 0.38 0.83
Hex D5 E4 C3 7 0 E B 57 26 53
Octal 325 344 303 7 0 16 13 127 46 123
Binary 11010101 11100100 11000011 111 0 1110 1011 1010111 100110 1010011

Color Harmonies of #D5E4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E4C3

Black with #D5E4C3

Text Example


Text Example

White with #D5E4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E4C3; }

 p { color: rgb(213,228,195); }

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

background-color css

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

 a { background-color: rgb(213,228,195); }

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

border-color css

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

 span { border-color: rgb(213,228,195); }

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