Html Css Color HEX #ECAFD4 Lavender Pink

📋 copy color: '#ECAFD4'

red 236 ◦ green 175 ◦ blue 212

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

Shades of Lavender Pink #ECAFD4

Tints of Lavender Pink #ECAFD4

RGB

 RED value IS 236 (92.58% from 255) = 37.88%

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

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 37.88%
G = 28.09%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECAFD4 (or 0xECAFD4) is known color: Lavender Pink. HEX triplet: EC, AF and D4. RGB value is (236,175,212). Sum of RGB (Red+Green+Blue) = 236+175+212=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD4 is #13502B. Grayscale: #C5C5C5. Windows color (decimal): -1265708 or 13938668. OLE color: 13938668.

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

Color convert

RGB 236 175 212 -
CMYK 0 0.26 0.10 0.07
HSL 323.61º 0.62% 0.81% -
HSV(B) 323.61º 0.26% 0.93% -
XYZ 61.81 53.25 69.31 -
YUV 197.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 236 175 212 0 0.26 0.10 0.07 323.61 0.62 0.81
Hex EC AF D4 0 1A A 7 144 3E 51
Octal 354 257 324 0 32 12 7 504 76 121
Binary 11101100 10101111 11010100 0 11010 1010 111 101000100 111110 1010001

Color Harmonies of #ECAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFD4

Black with #ECAFD4

Text Example


Text Example

White with #ECAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFD4; }

 p { color: rgb(236,175,212); }

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

background-color css

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

 a { background-color: rgb(236,175,212); }

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

border-color css

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

 span { border-color: rgb(236,175,212); }

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