#EBBDD1

Color #EBBDD1 Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #EBBDD1

Tints of Chantilly #EBBDD1

Color information

#EBBDD1 (or 0xEBBDD1) is unknown color: approx Chantilly. HEX triplet: EB, BD and D1. RGB value is (235,189,209). Sum of RGB (Red+Green+Blue) = 235+189+209=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD1 is #14422E. Grayscale: #CDCDCD. Windows color (decimal): -1327663 or 13745643. OLE color: 13745643.

HSL color Cylindrical-coordinate representation of color #EBBDD1: hue angle of 333.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235189209-
CMYK00.200.110.08
HSL333.91º53.49%83.14%-
HSV(B)333.91º19.57%92.16%-
XYZ63.9758.6668.27-
YUV205.03130.24149.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=37.12%
G=29.86%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518920900.200.110.08333.9153.4983.14
HexEBBDD1014B814e3553
Octal353275321024131051665123
Binary111010111011110111010001010100101110001010011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDD1; }

 p { color: rgb(235,189,209); }

 H1.HeaderClassName
 {
   color: #EBBDD1;
 }
 .AnyTagClassName
 {
   color: #EBBDD1;
 }
</style>
background-color css

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

 a { background-color: rgb(235,189,209); }

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

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

 span { border-color: rgb(235,189,209); }

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