Html Css Color HEX #EDD4E4 Classic Rose

📋 copy color: '#EDD4E4'

red 237 ◦ green 212 ◦ blue 228

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

Shades of Classic Rose #EDD4E4

Tints of Classic Rose #EDD4E4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.31%

 BLUE value IS 228 (89.45% from 255) = 33.68%

R = 35.01%
G = 31.31%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDD4E4 (or 0xEDD4E4) is known color: Classic Rose. HEX triplet: ED, D4 and E4. RGB value is (237,212,228). Sum of RGB (Red+Green+Blue) = 237+212+228=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4E4 is #122B1B. Grayscale: #DDDDDD. Windows color (decimal): -1190684 or 14996717. OLE color: 14996717.

HSL color Cylindrical-coordinate representation of color #EDD4E4: hue angle of 321.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD4E4 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 228 -
CMYK 0 0.11 0.04 0.07
HSL 321.6º 0.41% 0.88% -
HSV(B) 321.6º 0.11% 0.93% -
XYZ 72.47 70.69 83.22 -
YUV 221.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 237 212 228 0 0.11 0.04 0.07 321.6 0.41 0.88
Hex ED D4 E4 0 B 4 7 142 29 58
Octal 355 324 344 0 13 4 7 502 51 130
Binary 11101101 11010100 11100100 0 1011 100 111 101000010 101001 1011000

Color Harmonies of #EDD4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4E4

Black with #EDD4E4

Text Example


Text Example

White with #EDD4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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