Html Css Color HEX #EFCBE0 Classic Rose

📋 copy color: '#EFCBE0'

red 239 ◦ green 203 ◦ blue 224

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

Shades of Classic Rose #EFCBE0

Tints of Classic Rose #EFCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.48%

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

R = 35.89%
G = 30.48%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFCBE0 (or 0xEFCBE0) is known color: Classic Rose. HEX triplet: EF, CB and E0. RGB value is (239,203,224). Sum of RGB (Red+Green+Blue) = 239+203+224=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBE0 is #10341F. Grayscale: #D8D8D8. Windows color (decimal): -1061920 or 14732271. OLE color: 14732271.

HSL color Cylindrical-coordinate representation of color #EFCBE0: hue angle of 325º degrees, saturation: 0.53, 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 #EFCBE0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 224 -
CMYK 0 0.15 0.06 0.06
HSL 325º 0.53% 0.87% -
HSV(B) 325º 0.15% 0.94% -
XYZ 70.41 66.44 79.64 -
YUV 216.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 239 203 224 0 0.15 0.06 0.06 325 0.53 0.87
Hex EF CB E0 0 F 6 6 145 35 57
Octal 357 313 340 0 17 6 6 505 65 127
Binary 11101111 11001011 11100000 0 1111 110 110 101000101 110101 1010111

Color Harmonies of #EFCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBE0

Black with #EFCBE0

Text Example


Text Example

White with #EFCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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