Html Css Color HEX #EFB8CD Chantilly

📋 copy color: '#EFB8CD'

red 239 ◦ green 184 ◦ blue 205

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

Shades of Chantilly #EFB8CD

Tints of Chantilly #EFB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.3%

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

R = 38.06%
G = 29.3%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB8CD (or 0xEFB8CD) is known color: Chantilly. HEX triplet: EF, B8 and CD. RGB value is (239,184,205). Sum of RGB (Red+Green+Blue) = 239+184+205=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8CD is #104732. Grayscale: #CACACA. Windows color (decimal): -1066803 or 13482223. OLE color: 13482223.

HSL color Cylindrical-coordinate representation of color #EFB8CD: hue angle of 337.09º 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 #EFB8CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 205 -
CMYK 0 0.23 0.14 0.06
HSL 337.09º 0.63% 0.83% -
HSV(B) 337.09º 0.23% 0.94% -
XYZ 63.76 57.04 65.41 -
YUV 202.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 239 184 205 0 0.23 0.14 0.06 337.09 0.63 0.83
Hex EF B8 CD 0 17 E 6 151 3F 53
Octal 357 270 315 0 27 16 6 521 77 123
Binary 11101111 10111000 11001101 0 10111 1110 110 101010001 111111 1010011

Color Harmonies of #EFB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB8CD

Black with #EFB8CD

Text Example


Text Example

White with #EFB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB8CD; }

 p { color: rgb(239,184,205); }

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

background-color css

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

 a { background-color: rgb(239,184,205); }

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

border-color css

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

 span { border-color: rgb(239,184,205); }

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