Html Css Color HEX #EFCDE3 Classic Rose

📋 copy color: '#EFCDE3'

red 239 ◦ green 205 ◦ blue 227

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

Shades of Classic Rose #EFCDE3

Tints of Classic Rose #EFCDE3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.55%

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 35.62%
G = 30.55%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFCDE3 (or 0xEFCDE3) is known color: Classic Rose. HEX triplet: EF, CD and E3. RGB value is (239,205,227). Sum of RGB (Red+Green+Blue) = 239+205+227=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE3 is #10321C. Grayscale: #D9D9D9. Windows color (decimal): -1061405 or 14929391. OLE color: 14929391.

HSL color Cylindrical-coordinate representation of color #EFCDE3: hue angle of 321.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDE3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 227 -
CMYK 0 0.14 0.05 0.06
HSL 321.18º 0.52% 0.87% -
HSV(B) 321.18º 0.14% 0.94% -
XYZ 71.29 67.56 81.96 -
YUV 217.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 239 205 227 0 0.14 0.05 0.06 321.18 0.52 0.87
Hex EF CD E3 0 E 5 6 141 34 57
Octal 357 315 343 0 16 5 6 501 64 127
Binary 11101111 11001101 11100011 0 1110 101 110 101000001 110100 1010111

Color Harmonies of #EFCDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDE3

Black with #EFCDE3

Text Example


Text Example

White with #EFCDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDE3; }

 p { color: rgb(239,205,227); }

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

background-color css

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

 a { background-color: rgb(239,205,227); }

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

border-color css

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

 span { border-color: rgb(239,205,227); }

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