Html Css Color HEX #EFB9CA Chantilly

📋 copy color: '#EFB9CA'

red 239 ◦ green 185 ◦ blue 202

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

Shades of Chantilly #EFB9CA

Tints of Chantilly #EFB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.55%

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 38.18%
G = 29.55%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB9CA (or 0xEFB9CA) is known color: Chantilly. HEX triplet: EF, B9 and CA. RGB value is (239,185,202). Sum of RGB (Red+Green+Blue) = 239+185+202=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CA is #104635. Grayscale: #CBCBCB. Windows color (decimal): -1066550 or 13285871. OLE color: 13285871.

HSL color Cylindrical-coordinate representation of color #EFB9CA: hue angle of 341.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 202 -
CMYK 0 0.23 0.15 0.06
HSL 341.11º 0.63% 0.83% -
HSV(B) 341.11º 0.23% 0.94% -
XYZ 63.61 57.31 63.59 -
YUV 203.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 239 185 202 0 0.23 0.15 0.06 341.11 0.63 0.83
Hex EF B9 CA 0 17 F 6 155 3F 53
Octal 357 271 312 0 27 17 6 525 77 123
Binary 11101111 10111001 11001010 0 10111 1111 110 101010101 111111 1010011

Color Harmonies of #EFB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9CA

Black with #EFB9CA

Text Example


Text Example

White with #EFB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9CA; }

 p { color: rgb(239,185,202); }

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

background-color css

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

 a { background-color: rgb(239,185,202); }

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

border-color css

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

 span { border-color: rgb(239,185,202); }

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