Html Css Color HEX #EFDAFD Blue Chalk

📋 copy color: '#EFDAFD'

red 239 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #EFDAFD

Tints of Blue Chalk #EFDAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.7%

 BLUE value IS 253 (99.22% from 255) = 35.63%

R = 33.66%
G = 30.7%
B = 35.63%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFDAFD (or 0xEFDAFD) is known color: Blue Chalk. HEX triplet: EF, DA and FD. RGB value is (239,218,253). Sum of RGB (Red+Green+Blue) = 239+218+253=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAFD is #102502. Grayscale: #E4E4E4. Windows color (decimal): -1058051 or 16636655. OLE color: 16636655.

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

Color convert

RGB 239 218 253 -
CMYK 0.06 0.14 0 0.01
HSL 276º 0.9% 0.92% -
HSV(B) 276º 0.14% 0.99% -
XYZ 78.4 75.59 103.39 -
YUV 228.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 239 218 253 0.06 0.14 0 0.01 276 0.9 0.92
Hex EF DA FD 6 E 0 1 114 5A 5C
Octal 357 332 375 6 16 0 1 424 132 134
Binary 11101111 11011010 11111101 110 1110 0 1 100010100 1011010 1011100

Color Harmonies of #EFDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAFD

Black with #EFDAFD

Text Example


Text Example

White with #EFDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAFD; }

 p { color: rgb(239,218,253); }

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

background-color css

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

 a { background-color: rgb(239,218,253); }

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

border-color css

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

 span { border-color: rgb(239,218,253); }

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