Html Css Color HEX #EFD6FF Blue Chalk

📋 copy color: '#EFD6FF'

red 239 ◦ green 214 ◦ blue 255

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

Shades of Blue Chalk #EFD6FF

Tints of Blue Chalk #EFD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.23%

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

R = 33.76%
G = 30.23%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFD6FF (or 0xEFD6FF) is known color: Blue Chalk. HEX triplet: EF, D6 and FF. RGB value is (239,214,255). Sum of RGB (Red+Green+Blue) = 239+214+255=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6FF is #102900. Grayscale: #E2E2E2. Windows color (decimal): -1059073 or 16766703. OLE color: 16766703.

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

Color convert

RGB 239 214 255 -
CMYK 0.06 0.16 0 0
HSL 276.59º 1% 0.92% -
HSV(B) 276.59º 0.16% 1% -
XYZ 77.69 73.66 104.73 -
YUV 226.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 239 214 255 0.06 0.16 0 0 276.59 1 0.92
Hex EF D6 FF 6 10 0 0 115 64 5C
Octal 357 326 377 6 20 0 0 425 144 134
Binary 11101111 11010110 11111111 110 10000 0 0 100010101 1100100 1011100

Color Harmonies of #EFD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6FF

Black with #EFD6FF

Text Example


Text Example

White with #EFD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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