Html Css Color HEX #EFCBDF Classic Rose

📋 copy color: '#EFCBDF'

red 239 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #EFCBDF

Tints of Classic Rose #EFCBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 35.94%
G = 30.53%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFCBDF (or 0xEFCBDF) is known color: Classic Rose. HEX triplet: EF, CB and DF. RGB value is (239,203,223). Sum of RGB (Red+Green+Blue) = 239+203+223=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDF is #103420. Grayscale: #D8D8D8. Windows color (decimal): -1061921 or 14666735. OLE color: 14666735.

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

Color convert

RGB 239 203 223 -
CMYK 0 0.15 0.07 0.06
HSL 326.67º 0.53% 0.87% -
HSV(B) 326.67º 0.15% 0.94% -
XYZ 70.27 66.39 78.92 -
YUV 216.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 239 203 223 0 0.15 0.07 0.06 326.67 0.53 0.87
Hex EF CB DF 0 F 7 6 147 35 57
Octal 357 313 337 0 17 7 6 507 65 127
Binary 11101111 11001011 11011111 0 1111 111 110 101000111 110101 1010111

Color Harmonies of #EFCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDF

Black with #EFCBDF

Text Example


Text Example

White with #EFCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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