Html Css Color HEX #EFBDCA Chantilly

📋 copy color: '#EFBDCA'

red 239 ◦ green 189 ◦ blue 202

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

Shades of Chantilly #EFBDCA

Tints of Chantilly #EFBDCA

RGB

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

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

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

R = 37.94%
G = 30%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBDCA (or 0xEFBDCA) is known color: Chantilly. HEX triplet: EF, BD and CA. RGB value is (239,189,202). Sum of RGB (Red+Green+Blue) = 239+189+202=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCA is #104235. Grayscale: #CDCDCD. Windows color (decimal): -1065526 or 13286895. OLE color: 13286895.

HSL color Cylindrical-coordinate representation of color #EFBDCA: hue angle of 344.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 #EFBDCA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 202 -
CMYK 0 0.21 0.15 0.06
HSL 344.4º 0.61% 0.84% -
HSV(B) 344.4º 0.21% 0.94% -
XYZ 64.45 59.01 63.87 -
YUV 205.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 239 189 202 0 0.21 0.15 0.06 344.4 0.61 0.84
Hex EF BD CA 0 15 F 6 158 3D 54
Octal 357 275 312 0 25 17 6 530 75 124
Binary 11101111 10111101 11001010 0 10101 1111 110 101011000 111101 1010100

Color Harmonies of #EFBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDCA

Black with #EFBDCA

Text Example


Text Example

White with #EFBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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