Html Css Color HEX #EFBDD4 Classic Rose

📋 copy color: '#EFBDD4'

red 239 ◦ green 189 ◦ blue 212

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

Shades of Classic Rose #EFBDD4

Tints of Classic Rose #EFBDD4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.53%

 BLUE value IS 212 (83.2% from 255) = 33.13%

R = 37.34%
G = 29.53%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFBDD4 (or 0xEFBDD4) is known color: Classic Rose. HEX triplet: EF, BD and D4. RGB value is (239,189,212). Sum of RGB (Red+Green+Blue) = 239+189+212=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD4 is #10422B. Grayscale: #CECECE. Windows color (decimal): -1065516 or 13942255. OLE color: 13942255.

HSL color Cylindrical-coordinate representation of color #EFBDD4: hue angle of 332.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 212 -
CMYK 0 0.21 0.11 0.06
HSL 332.4º 0.61% 0.84% -
HSV(B) 332.4º 0.21% 0.94% -
XYZ 65.68 59.5 70.31 -
YUV 206.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 239 189 212 0 0.21 0.11 0.06 332.4 0.61 0.84
Hex EF BD D4 0 15 B 6 14C 3D 54
Octal 357 275 324 0 25 13 6 514 75 124
Binary 11101111 10111101 11010100 0 10101 1011 110 101001100 111101 1010100

Color Harmonies of #EFBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDD4

Black with #EFBDD4

Text Example


Text Example

White with #EFBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDD4; }

 p { color: rgb(239,189,212); }

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

background-color css

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

 a { background-color: rgb(239,189,212); }

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

border-color css

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

 span { border-color: rgb(239,189,212); }

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