Html Css Color HEX #EFCFFF Blue Chalk

📋 copy color: '#EFCFFF'

red 239 ◦ green 207 ◦ blue 255

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

Shades of Blue Chalk #EFCFFF

Tints of Blue Chalk #EFCFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.38%

R = 34.09%
G = 29.53%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFCFFF (or 0xEFCFFF) is known color: Blue Chalk. HEX triplet: EF, CF and FF. RGB value is (239,207,255). Sum of RGB (Red+Green+Blue) = 239+207+255=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFFF is #103000. Grayscale: #DDDDDD. Windows color (decimal): -1060865 or 16764911. OLE color: 16764911.

HSL color Cylindrical-coordinate representation of color #EFCFFF: hue angle of 280º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCFFF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 207 255 -
CMYK 0.06 0.19 0 0
HSL 280º 1% 0.91% -
HSV(B) 280º 0.19% 1% -
XYZ 75.96 70.2 104.15 -
YUV 222.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 239 207 255 0.06 0.19 0 0 280 1 0.91
Hex EF CF FF 6 13 0 0 118 64 5B
Octal 357 317 377 6 23 0 0 430 144 133
Binary 11101111 11001111 11111111 110 10011 0 0 100011000 1100100 1011011

Color Harmonies of #EFCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFFF

Black with #EFCFFF

Text Example


Text Example

White with #EFCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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