Html Css Color HEX #EDBFCA Chantilly

📋 copy color: '#EDBFCA'

red 237 ◦ green 191 ◦ blue 202

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

Shades of Chantilly #EDBFCA

Tints of Chantilly #EDBFCA

RGB

 RED value IS 237 (92.97% from 255) = 37.62%

 GREEN value IS 191 (75% from 255) = 30.32%

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

R = 37.62%
G = 30.32%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBFCA (or 0xEDBFCA) is known color: Chantilly. HEX triplet: ED, BF and CA. RGB value is (237,191,202). Sum of RGB (Red+Green+Blue) = 237+191+202=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCA is #124035. Grayscale: #CECECE. Windows color (decimal): -1196086 or 13287405. OLE color: 13287405.

HSL color Cylindrical-coordinate representation of color #EDBFCA: hue angle of 345.65º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFCA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 202 -
CMYK 0 0.19 0.15 0.07
HSL 345.65º 0.56% 0.84% -
HSV(B) 345.65º 0.19% 0.93% -
XYZ 64.22 59.53 63.98 -
YUV 206.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 237 191 202 0 0.19 0.15 0.07 345.65 0.56 0.84
Hex ED BF CA 0 13 F 7 15A 38 54
Octal 355 277 312 0 23 17 7 532 70 124
Binary 11101101 10111111 11001010 0 10011 1111 111 101011010 111000 1010100

Color Harmonies of #EDBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFCA

Black with #EDBFCA

Text Example


Text Example

White with #EDBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFCA; }

 p { color: rgb(237,191,202); }

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

background-color css

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

 a { background-color: rgb(237,191,202); }

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

border-color css

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

 span { border-color: rgb(237,191,202); }

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