#EDBDD4

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

Shades of Classic Rose #EDBDD4

Tints of Classic Rose #EDBDD4

Color information

#EDBDD4 (or 0xEDBDD4) is unknown color: approx Classic Rose. HEX triplet: ED, BD and D4. RGB value is (237,189,212). Sum of RGB (Red+Green+Blue) = 237+189+212=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD4 is #12422B. Grayscale: #CDCDCD. Windows color (decimal): -1196588 or 13942253. OLE color: 13942253.

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

Color convert

RGB237189212-
CMYK00.200.110.07
HSL331.25º57.14%83.53%-
HSV(B)331.25º20.25%92.94%-
XYZ65.0159.1570.28-
YUV205.97131.4150.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=37.15%
G=29.62%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718921200.200.110.07331.2557.1483.53
HexEDBDD4014B714b3954
Octal35527532402413751371124
Binary11101101101111011101010001010010111111010010111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDD4; }

 p { color: rgb(237,189,212); }

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

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

 a { background-color: rgb(237,189,212); }

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

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

 span { border-color: rgb(237,189,212); }

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