Html Css Color HEX #EFCBDE Classic Rose

📋 copy color: '#EFCBDE'

red 239 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #EFCBDE

Tints of Classic Rose #EFCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.43%

R = 35.99%
G = 30.57%
B = 33.43%

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

#EFCBDE (or 0xEFCBDE) is known color: Classic Rose. HEX triplet: EF, CB and DE. RGB value is (239,203,222). Sum of RGB (Red+Green+Blue) = 239+203+222=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDE is #103421. Grayscale: #D7D7D7. Windows color (decimal): -1061922 or 14601199. OLE color: 14601199.

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

Color convert

RGB 239 203 222 -
CMYK 0 0.15 0.07 0.06
HSL 328.33º 0.53% 0.87% -
HSV(B) 328.33º 0.15% 0.94% -
XYZ 70.14 66.34 78.21 -
YUV 215.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 239 203 222 0 0.15 0.07 0.06 328.33 0.53 0.87
Hex EF CB DE 0 F 7 6 148 35 57
Octal 357 313 336 0 17 7 6 510 65 127
Binary 11101111 11001011 11011110 0 1111 111 110 101001000 110101 1010111

Color Harmonies of #EFCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDE

Black with #EFCBDE

Text Example


Text Example

White with #EFCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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