Html Css Color HEX #EFD2FB Blue Chalk

📋 copy color: '#EFD2FB'

red 239 ◦ green 210 ◦ blue 251

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

Shades of Blue Chalk #EFD2FB

Tints of Blue Chalk #EFD2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 34.14%
G = 30%
B = 35.86%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD2FB (or 0xEFD2FB) is known color: Blue Chalk. HEX triplet: EF, D2 and FB. RGB value is (239,210,251). Sum of RGB (Red+Green+Blue) = 239+210+251=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD2FB is #102D04. Grayscale: #DFDFDF. Windows color (decimal): -1060101 or 16503535. OLE color: 16503535.

HSL color Cylindrical-coordinate representation of color #EFD2FB: hue angle of 282.44º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD2FB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 210 251 -
CMYK 0.05 0.16 0 0.02
HSL 282.44º 0.84% 0.9% -
HSV(B) 282.44º 0.16% 0.98% -
XYZ 76.06 71.41 101.04 -
YUV 223.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 239 210 251 0.05 0.16 0 0.02 282.44 0.84 0.9
Hex EF D2 FB 5 10 0 2 11A 54 5A
Octal 357 322 373 5 20 0 2 432 124 132
Binary 11101111 11010010 11111011 101 10000 0 10 100011010 1010100 1011010

Color Harmonies of #EFD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2FB

Black with #EFD2FB

Text Example


Text Example

White with #EFD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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