Html Css Color HEX #EFCDE0 Classic Rose

📋 copy color: '#EFCDE0'

red 239 ◦ green 205 ◦ blue 224

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

Shades of Classic Rose #EFCDE0

Tints of Classic Rose #EFCDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 35.78%
G = 30.69%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCDE0 (or 0xEFCDE0) is known color: Classic Rose. HEX triplet: EF, CD and E0. RGB value is (239,205,224). Sum of RGB (Red+Green+Blue) = 239+205+224=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE0 is #10321F. Grayscale: #D9D9D9. Windows color (decimal): -1061408 or 14732783. OLE color: 14732783.

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

Color convert

RGB 239 205 224 -
CMYK 0 0.14 0.06 0.06
HSL 326.47º 0.52% 0.87% -
HSV(B) 326.47º 0.14% 0.94% -
XYZ 70.88 67.4 79.79 -
YUV 217.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 239 205 224 0 0.14 0.06 0.06 326.47 0.52 0.87
Hex EF CD E0 0 E 6 6 146 34 57
Octal 357 315 340 0 16 6 6 506 64 127
Binary 11101111 11001101 11100000 0 1110 110 110 101000110 110100 1010111

Color Harmonies of #EFCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDE0

Black with #EFCDE0

Text Example


Text Example

White with #EFCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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