Html Css Color HEX #EFC3D5 Classic Rose

📋 copy color: '#EFC3D5'

red 239 ◦ green 195 ◦ blue 213

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

Shades of Classic Rose #EFC3D5

Tints of Classic Rose #EFC3D5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.14%

 BLUE value IS 213 (83.59% from 255) = 32.92%

R = 36.94%
G = 30.14%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFC3D5 (or 0xEFC3D5) is known color: Classic Rose. HEX triplet: EF, C3 and D5. RGB value is (239,195,213). Sum of RGB (Red+Green+Blue) = 239+195+213=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D5 is #103C2A. Grayscale: #D2D2D2. Windows color (decimal): -1063979 or 14009327. OLE color: 14009327.

HSL color Cylindrical-coordinate representation of color #EFC3D5: hue angle of 335.45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3D5 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 213 -
CMYK 0 0.18 0.11 0.06
HSL 335.45º 0.58% 0.85% -
HSV(B) 335.45º 0.18% 0.94% -
XYZ 67.12 62.19 71.42 -
YUV 210.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 239 195 213 0 0.18 0.11 0.06 335.45 0.58 0.85
Hex EF C3 D5 0 12 B 6 14F 3A 55
Octal 357 303 325 0 22 13 6 517 72 125
Binary 11101111 11000011 11010101 0 10010 1011 110 101001111 111010 1010101

Color Harmonies of #EFC3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3D5

Black with #EFC3D5

Text Example


Text Example

White with #EFC3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3D5; }

 p { color: rgb(239,195,213); }

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

background-color css

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

 a { background-color: rgb(239,195,213); }

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

border-color css

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

 span { border-color: rgb(239,195,213); }

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