Html Css Color HEX #E8CAD0 Pink Lace

📋 copy color: '#E8CAD0'

red 232 ◦ green 202 ◦ blue 208

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

Shades of Pink Lace #E8CAD0

Tints of Pink Lace #E8CAD0

RGB

 RED value IS 232 (91.02% from 255) = 36.14%

 GREEN value IS 202 (79.3% from 255) = 31.46%

 BLUE value IS 208 (81.64% from 255) = 32.4%

R = 36.14%
G = 31.46%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E8CAD0 (or 0xE8CAD0) is known color: Pink Lace. HEX triplet: E8, CA and D0. RGB value is (232,202,208). Sum of RGB (Red+Green+Blue) = 232+202+208=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAD0 is #17352F. Grayscale: #D3D3D3. Windows color (decimal): -1520944 or 13683432. OLE color: 13683432.

HSL color Cylindrical-coordinate representation of color #E8CAD0: hue angle of 348º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CAD0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 202 208 -
CMYK 0 0.13 0.10 0.09
HSL 348º 0.39% 0.85% -
HSV(B) 348º 0.13% 0.91% -
XYZ 65.78 63.95 68.55 -
YUV 211.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 232 202 208 0 0.13 0.10 0.09 348 0.39 0.85
Hex E8 CA D0 0 D A 9 15C 27 55
Octal 350 312 320 0 15 12 11 534 47 125
Binary 11101000 11001010 11010000 0 1101 1010 1001 101011100 100111 1010101

Color Harmonies of #E8CAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAD0

Black with #E8CAD0

Text Example


Text Example

White with #E8CAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAD0; }

 p { color: rgb(232,202,208); }

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

background-color css

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

 a { background-color: rgb(232,202,208); }

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

border-color css

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

 span { border-color: rgb(232,202,208); }

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