Html Css Color HEX #EDBECF Chantilly

📋 copy color: '#EDBECF'

red 237 ◦ green 190 ◦ blue 207

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

Shades of Chantilly #EDBECF

Tints of Chantilly #EDBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.65%

R = 37.38%
G = 29.97%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDBECF (or 0xEDBECF) is known color: Chantilly. HEX triplet: ED, BE and CF. RGB value is (237,190,207). Sum of RGB (Red+Green+Blue) = 237+190+207=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECF is #124130. Grayscale: #CDCDCD. Windows color (decimal): -1196337 or 13614829. OLE color: 13614829.

HSL color Cylindrical-coordinate representation of color #EDBECF: hue angle of 338.3º 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 #EDBECF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 207 -
CMYK 0 0.20 0.13 0.07
HSL 338.3º 0.57% 0.84% -
HSV(B) 338.3º 0.2% 0.93% -
XYZ 64.6 59.34 67.08 -
YUV 205.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 237 190 207 0 0.20 0.13 0.07 338.3 0.57 0.84
Hex ED BE CF 0 14 D 7 152 39 54
Octal 355 276 317 0 24 15 7 522 71 124
Binary 11101101 10111110 11001111 0 10100 1101 111 101010010 111001 1010100

Color Harmonies of #EDBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBECF

Black with #EDBECF

Text Example


Text Example

White with #EDBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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