Html Css Color HEX #EFCCF6 Blue Chalk

📋 copy color: '#EFCCF6'

red 239 ◦ green 204 ◦ blue 246

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

Shades of Blue Chalk #EFCCF6

Tints of Blue Chalk #EFCCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.7%

R = 34.69%
G = 29.61%
B = 35.7%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFCCF6 (or 0xEFCCF6) is known color: Blue Chalk. HEX triplet: EF, CC and F6. RGB value is (239,204,246). Sum of RGB (Red+Green+Blue) = 239+204+246=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFCCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF6 is #103309. Grayscale: #DBDBDB. Windows color (decimal): -1061642 or 16174319. OLE color: 16174319.

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

Color convert

RGB 239 204 246 -
CMYK 0.03 0.17 0 0.04
HSL 290º 0.7% 0.88% -
HSV(B) 290º 0.17% 0.96% -
XYZ 73.82 68.19 96.46 -
YUV 219.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 239 204 246 0.03 0.17 0 0.04 290 0.7 0.88
Hex EF CC F6 3 11 0 4 122 46 58
Octal 357 314 366 3 21 0 4 442 106 130
Binary 11101111 11001100 11110110 11 10001 0 100 100100010 1000110 1011000

Color Harmonies of #EFCCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCF6

Black with #EFCCF6

Text Example


Text Example

White with #EFCCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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