Html Css Color HEX #EFCADF Classic Rose

📋 copy color: '#EFCADF'

red 239 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #EFCADF

Tints of Classic Rose #EFCADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 35.99%
G = 30.42%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCADF (or 0xEFCADF) is known color: Classic Rose. HEX triplet: EF, CA and DF. RGB value is (239,202,223). Sum of RGB (Red+Green+Blue) = 239+202+223=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADF is #103520. Grayscale: #D7D7D7. Windows color (decimal): -1062177 or 14666479. OLE color: 14666479.

HSL color Cylindrical-coordinate representation of color #EFCADF: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCADF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 223 -
CMYK 0 0.15 0.07 0.06
HSL 325.95º 0.54% 0.86% -
HSV(B) 325.95º 0.15% 0.94% -
XYZ 70.04 65.92 78.84 -
YUV 215.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 239 202 223 0 0.15 0.07 0.06 325.95 0.54 0.86
Hex EF CA DF 0 F 7 6 146 36 56
Octal 357 312 337 0 17 7 6 506 66 126
Binary 11101111 11001010 11011111 0 1111 111 110 101000110 110110 1010110

Color Harmonies of #EFCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCADF

Black with #EFCADF

Text Example


Text Example

White with #EFCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCADF; }

 p { color: rgb(239,202,223); }

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

background-color css

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

 a { background-color: rgb(239,202,223); }

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

border-color css

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

 span { border-color: rgb(239,202,223); }

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