Html Css Color HEX #EFCCE5 Classic Rose

📋 copy color: '#EFCCE5'

red 239 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #EFCCE5

Tints of Classic Rose #EFCCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.36%

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 35.57%
G = 30.36%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFCCE5 (or 0xEFCCE5) is known color: Classic Rose. HEX triplet: EF, CC and E5. RGB value is (239,204,229). Sum of RGB (Red+Green+Blue) = 239+204+229=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE5 is #10331A. Grayscale: #D9D9D9. Windows color (decimal): -1061659 or 15060207. OLE color: 15060207.

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

Color convert

RGB 239 204 229 -
CMYK 0 0.15 0.04 0.06
HSL 317.14º 0.52% 0.87% -
HSV(B) 317.14º 0.15% 0.94% -
XYZ 71.33 67.19 83.34 -
YUV 217.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 239 204 229 0 0.15 0.04 0.06 317.14 0.52 0.87
Hex EF CC E5 0 F 4 6 13D 34 57
Octal 357 314 345 0 17 4 6 475 64 127
Binary 11101111 11001100 11100101 0 1111 100 110 100111101 110100 1010111

Color Harmonies of #EFCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCE5

Black with #EFCCE5

Text Example


Text Example

White with #EFCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCE5; }

 p { color: rgb(239,204,229); }

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

background-color css

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

 a { background-color: rgb(239,204,229); }

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

border-color css

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

 span { border-color: rgb(239,204,229); }

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