Html Css Color HEX #EFCFFC Blue Chalk

📋 copy color: '#EFCFFC'

red 239 ◦ green 207 ◦ blue 252

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

Shades of Blue Chalk #EFCFFC

Tints of Blue Chalk #EFCFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.66%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 34.24%
G = 29.66%
B = 36.1%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFCFFC (or 0xEFCFFC) is known color: Blue Chalk. HEX triplet: EF, CF and FC. RGB value is (239,207,252). Sum of RGB (Red+Green+Blue) = 239+207+252=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFC is #103003. Grayscale: #DDDDDD. Windows color (decimal): -1060868 or 16568303. OLE color: 16568303.

HSL color Cylindrical-coordinate representation of color #EFCFFC: hue angle of 282.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCFFC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 207 252 -
CMYK 0.05 0.18 0 0.01
HSL 282.67º 0.88% 0.9% -
HSV(B) 282.67º 0.18% 0.99% -
XYZ 75.48 70 101.63 -
YUV 221.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 239 207 252 0.05 0.18 0 0.01 282.67 0.88 0.9
Hex EF CF FC 5 12 0 1 11B 58 5A
Octal 357 317 374 5 22 0 1 433 130 132
Binary 11101111 11001111 11111100 101 10010 0 1 100011011 1011000 1011010

Color Harmonies of #EFCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFFC

Black with #EFCFFC

Text Example


Text Example

White with #EFCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFFC; }

 p { color: rgb(239,207,252); }

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

background-color css

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

 a { background-color: rgb(239,207,252); }

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

border-color css

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

 span { border-color: rgb(239,207,252); }

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