Html Css Color HEX #EFCCFE Blue Chalk

📋 copy color: '#EFCCFE'

red 239 ◦ green 204 ◦ blue 254

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

Shades of Blue Chalk #EFCCFE

Tints of Blue Chalk #EFCCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 34.29%
G = 29.27%
B = 36.44%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFCCFE (or 0xEFCCFE) is known color: Blue Chalk. HEX triplet: EF, CC and FE. RGB value is (239,204,254). Sum of RGB (Red+Green+Blue) = 239+204+254=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFE is #103301. Grayscale: #DCDCDC. Windows color (decimal): -1061634 or 16698607. OLE color: 16698607.

HSL color Cylindrical-coordinate representation of color #EFCCFE: hue angle of 282º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCCFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 204 254 -
CMYK 0.06 0.20 0 0.00
HSL 282º 0.96% 0.9% -
HSV(B) 282º 0.2% 1% -
XYZ 75.08 68.69 103.07 -
YUV 220.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 239 204 254 0.06 0.20 0 0.00 282 0.96 0.9
Hex EF CC FE 6 14 0 0 11A 60 5A
Octal 357 314 376 6 24 0 0 432 140 132
Binary 11101111 11001100 11111110 110 10100 0 0 100011010 1100000 1011010

Color Harmonies of #EFCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCFE

Black with #EFCCFE

Text Example


Text Example

White with #EFCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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