Html Css Color HEX #EFCDDA Classic Rose

📋 copy color: '#EFCDDA'

red 239 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #EFCDDA

Tints of Classic Rose #EFCDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.97%

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 36.1%
G = 30.97%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFCDDA (or 0xEFCDDA) is known color: Classic Rose. HEX triplet: EF, CD and DA. RGB value is (239,205,218). Sum of RGB (Red+Green+Blue) = 239+205+218=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDA is #103225. Grayscale: #D8D8D8. Windows color (decimal): -1061414 or 14339567. OLE color: 14339567.

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

Color convert

RGB 239 205 218 -
CMYK 0 0.14 0.09 0.06
HSL 337.06º 0.52% 0.87% -
HSV(B) 337.06º 0.14% 0.94% -
XYZ 70.08 67.08 75.58 -
YUV 216.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 239 205 218 0 0.14 0.09 0.06 337.06 0.52 0.87
Hex EF CD DA 0 E 9 6 151 34 57
Octal 357 315 332 0 16 11 6 521 64 127
Binary 11101111 11001101 11011010 0 1110 1001 110 101010001 110100 1010111

Color Harmonies of #EFCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDDA

Black with #EFCDDA

Text Example


Text Example

White with #EFCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDDA; }

 p { color: rgb(239,205,218); }

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

background-color css

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

 a { background-color: rgb(239,205,218); }

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

border-color css

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

 span { border-color: rgb(239,205,218); }

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