Html Css Color HEX #EDB1CA Chantilly

📋 copy color: '#EDB1CA'

red 237 ◦ green 177 ◦ blue 202

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

Shades of Chantilly #EDB1CA

Tints of Chantilly #EDB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.73%

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

R = 38.47%
G = 28.73%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDB1CA (or 0xEDB1CA) is known color: Chantilly. HEX triplet: ED, B1 and CA. RGB value is (237,177,202). Sum of RGB (Red+Green+Blue) = 237+177+202=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1CA is #124E35. Grayscale: #C5C5C5. Windows color (decimal): -1199670 or 13283821. OLE color: 13283821.

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

Color convert

RGB 237 177 202 -
CMYK 0 0.25 0.15 0.07
HSL 335º 0.63% 0.81% -
HSV(B) 335º 0.25% 0.93% -
XYZ 61.31 53.71 63.01 -
YUV 197.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 237 177 202 0 0.25 0.15 0.07 335 0.63 0.81
Hex ED B1 CA 0 19 F 7 14F 3E 51
Octal 355 261 312 0 31 17 7 517 76 121
Binary 11101101 10110001 11001010 0 11001 1111 111 101001111 111110 1010001

Color Harmonies of #EDB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1CA

Black with #EDB1CA

Text Example


Text Example

White with #EDB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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