Html Css Color HEX #EFCDF4 Snuff

📋 copy color: '#EFCDF4'

red 239 ◦ green 205 ◦ blue 244

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

Shades of Snuff #EFCDF4

Tints of Snuff #EFCDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.47%

R = 34.74%
G = 29.8%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFCDF4 (or 0xEFCDF4) is known color: Snuff. HEX triplet: EF, CD and F4. RGB value is (239,205,244). Sum of RGB (Red+Green+Blue) = 239+205+244=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF4 is #10320B. Grayscale: #DBDBDB. Windows color (decimal): -1061388 or 16043503. OLE color: 16043503.

HSL color Cylindrical-coordinate representation of color #EFCDF4: hue angle of 292.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCDF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 205 244 -
CMYK 0.02 0.16 0 0.04
HSL 292.31º 0.64% 0.88% -
HSV(B) 292.31º 0.16% 0.96% -
XYZ 73.76 68.55 94.93 -
YUV 219.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 239 205 244 0.02 0.16 0 0.04 292.31 0.64 0.88
Hex EF CD F4 2 10 0 4 124 40 58
Octal 357 315 364 2 20 0 4 444 100 130
Binary 11101111 11001101 11110100 10 10000 0 100 100100100 1000000 1011000

Color Harmonies of #EFCDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDF4

Black with #EFCDF4

Text Example


Text Example

White with #EFCDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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