Html Css Color HEX #EFD2F7 Blue Chalk

📋 copy color: '#EFD2F7'

red 239 ◦ green 210 ◦ blue 247

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

Shades of Blue Chalk #EFD2F7

Tints of Blue Chalk #EFD2F7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.17%

 BLUE value IS 247 (96.88% from 255) = 35.49%

R = 34.34%
G = 30.17%
B = 35.49%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFD2F7 (or 0xEFD2F7) is known color: Blue Chalk. HEX triplet: EF, D2 and F7. RGB value is (239,210,247). Sum of RGB (Red+Green+Blue) = 239+210+247=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFD2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2F7 is #102D08. Grayscale: #DEDEDE. Windows color (decimal): -1060105 or 16241391. OLE color: 16241391.

HSL color Cylindrical-coordinate representation of color #EFD2F7: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD2F7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 210 247 -
CMYK 0.03 0.15 0 0.03
HSL 287.03º 0.7% 0.9% -
HSV(B) 287.03º 0.15% 0.97% -
XYZ 75.43 71.16 97.76 -
YUV 222.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 239 210 247 0.03 0.15 0 0.03 287.03 0.7 0.9
Hex EF D2 F7 3 F 0 3 11F 46 5A
Octal 357 322 367 3 17 0 3 437 106 132
Binary 11101111 11010010 11110111 11 1111 0 11 100011111 1000110 1011010

Color Harmonies of #EFD2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2F7

Black with #EFD2F7

Text Example


Text Example

White with #EFD2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2F7; }

 p { color: rgb(239,210,247); }

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

background-color css

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

 a { background-color: rgb(239,210,247); }

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

border-color css

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

 span { border-color: rgb(239,210,247); }

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