Html Css Color HEX #EFCDE6 Classic Rose

📋 copy color: '#EFCDE6'

red 239 ◦ green 205 ◦ blue 230

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

Shades of Classic Rose #EFCDE6

Tints of Classic Rose #EFCDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 35.46%
G = 30.42%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFCDE6 (or 0xEFCDE6) is known color: Classic Rose. HEX triplet: EF, CD and E6. RGB value is (239,205,230). Sum of RGB (Red+Green+Blue) = 239+205+230=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDE6 is #103219. Grayscale: #D9D9D9. Windows color (decimal): -1061402 or 15125999. OLE color: 15125999.

HSL color Cylindrical-coordinate representation of color #EFCDE6: hue angle of 315.88º 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 #EFCDE6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 230 -
CMYK 0 0.14 0.04 0.06
HSL 315.88º 0.52% 0.87% -
HSV(B) 315.88º 0.14% 0.94% -
XYZ 71.71 67.73 84.16 -
YUV 218.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 239 205 230 0 0.14 0.04 0.06 315.88 0.52 0.87
Hex EF CD E6 0 E 4 6 13C 34 57
Octal 357 315 346 0 16 4 6 474 64 127
Binary 11101111 11001101 11100110 0 1110 100 110 100111100 110100 1010111

Color Harmonies of #EFCDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDE6

Black with #EFCDE6

Text Example


Text Example

White with #EFCDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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