Html Css Color HEX #EDBECA Chantilly

📋 copy color: '#EDBECA'

red 237 ◦ green 190 ◦ blue 202

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

Shades of Chantilly #EDBECA

Tints of Chantilly #EDBECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.21%

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

R = 37.68%
G = 30.21%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBECA (or 0xEDBECA) is known color: Chantilly. HEX triplet: ED, BE and CA. RGB value is (237,190,202). Sum of RGB (Red+Green+Blue) = 237+190+202=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECA is #124135. Grayscale: #CDCDCD. Windows color (decimal): -1196342 or 13287149. OLE color: 13287149.

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

Color convert

RGB 237 190 202 -
CMYK 0 0.20 0.15 0.07
HSL 344.68º 0.57% 0.84% -
HSV(B) 344.68º 0.2% 0.93% -
XYZ 64 59.1 63.91 -
YUV 205.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 237 190 202 0 0.20 0.15 0.07 344.68 0.57 0.84
Hex ED BE CA 0 14 F 7 159 39 54
Octal 355 276 312 0 24 17 7 531 71 124
Binary 11101101 10111110 11001010 0 10100 1111 111 101011001 111001 1010100

Color Harmonies of #EDBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBECA

Black with #EDBECA

Text Example


Text Example

White with #EDBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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