Html Css Color HEX #EFAFDD Lavender Rose

📋 copy color: '#EFAFDD'

red 239 ◦ green 175 ◦ blue 221

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

Shades of Lavender Rose #EFAFDD

Tints of Lavender Rose #EFAFDD

RGB

 RED value IS 239 (93.75% from 255) = 37.64%

 GREEN value IS 175 (68.75% from 255) = 27.56%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 37.64%
G = 27.56%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFAFDD (or 0xEFAFDD) is known color: Lavender Rose. HEX triplet: EF, AF and DD. RGB value is (239,175,221). Sum of RGB (Red+Green+Blue) = 239+175+221=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFDD is #105022. Grayscale: #C7C7C7. Windows color (decimal): -1069091 or 14528495. OLE color: 14528495.

HSL color Cylindrical-coordinate representation of color #EFAFDD: hue angle of 316.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFDD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 221 -
CMYK 0 0.27 0.08 0.06
HSL 316.88º 0.67% 0.81% -
HSV(B) 316.88º 0.27% 0.94% -
XYZ 63.98 54.23 75.5 -
YUV 199.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 239 175 221 0 0.27 0.08 0.06 316.88 0.67 0.81
Hex EF AF DD 0 1B 8 6 13D 43 51
Octal 357 257 335 0 33 10 6 475 103 121
Binary 11101111 10101111 11011101 0 11011 1000 110 100111101 1000011 1010001

Color Harmonies of #EFAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFDD

Black with #EFAFDD

Text Example


Text Example

White with #EFAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFDD; }

 p { color: rgb(239,175,221); }

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

background-color css

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

 a { background-color: rgb(239,175,221); }

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

border-color css

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

 span { border-color: rgb(239,175,221); }

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