Html Css Color HEX #EFBDC5 Chantilly

📋 copy color: '#EFBDC5'

red 239 ◦ green 189 ◦ blue 197

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

Shades of Chantilly #EFBDC5

Tints of Chantilly #EFBDC5

RGB

 RED value IS 239 (93.75% from 255) = 38.24%

 GREEN value IS 189 (74.22% from 255) = 30.24%

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

R = 38.24%
G = 30.24%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFBDC5 (or 0xEFBDC5) is known color: Chantilly. HEX triplet: EF, BD and C5. RGB value is (239,189,197). Sum of RGB (Red+Green+Blue) = 239+189+197=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC5 is #10423A. Grayscale: #CCCCCC. Windows color (decimal): -1065531 or 12959215. OLE color: 12959215.

HSL color Cylindrical-coordinate representation of color #EFBDC5: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDC5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 197 -
CMYK 0 0.21 0.18 0.06
HSL 350.4º 0.61% 0.84% -
HSV(B) 350.4º 0.21% 0.94% -
XYZ 63.87 58.78 60.8 -
YUV 204.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 239 189 197 0 0.21 0.18 0.06 350.4 0.61 0.84
Hex EF BD C5 0 15 12 6 15E 3D 54
Octal 357 275 305 0 25 22 6 536 75 124
Binary 11101111 10111101 11000101 0 10101 10010 110 101011110 111101 1010100

Color Harmonies of #EFBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDC5

Black with #EFBDC5

Text Example


Text Example

White with #EFBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDC5; }

 p { color: rgb(239,189,197); }

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

background-color css

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

 a { background-color: rgb(239,189,197); }

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

border-color css

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

 span { border-color: rgb(239,189,197); }

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