Html Css Color HEX #EFCCF3 Snuff

📋 copy color: '#EFCCF3'

red 239 ◦ green 204 ◦ blue 243

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

Shades of Snuff #EFCCF3

Tints of Snuff #EFCCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.74%

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 34.84%
G = 29.74%
B = 35.42%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCCF3 (or 0xEFCCF3) is known color: Snuff. HEX triplet: EF, CC and F3. RGB value is (239,204,243). Sum of RGB (Red+Green+Blue) = 239+204+243=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF3 is #10330C. Grayscale: #DADADA. Windows color (decimal): -1061645 or 15977711. OLE color: 15977711.

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

Color convert

RGB 239 204 243 -
CMYK 0.02 0.16 0 0.05
HSL 293.85º 0.62% 0.88% -
HSV(B) 293.85º 0.16% 0.95% -
XYZ 73.37 68.01 94.05 -
YUV 218.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 239 204 243 0.02 0.16 0 0.05 293.85 0.62 0.88
Hex EF CC F3 2 10 0 5 126 3E 58
Octal 357 314 363 2 20 0 5 446 76 130
Binary 11101111 11001100 11110011 10 10000 0 101 100100110 111110 1011000

Color Harmonies of #EFCCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCF3

Black with #EFCCF3

Text Example


Text Example

White with #EFCCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCF3; }

 p { color: rgb(239,204,243); }

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

background-color css

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

 a { background-color: rgb(239,204,243); }

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

border-color css

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

 span { border-color: rgb(239,204,243); }

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