Html Css Color HEX #EFD5FB Blue Chalk

📋 copy color: '#EFD5FB'

red 239 ◦ green 213 ◦ blue 251

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

Shades of Blue Chalk #EFD5FB

Tints of Blue Chalk #EFD5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.3%

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

R = 34%
G = 30.3%
B = 35.7%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD5FB (or 0xEFD5FB) is known color: Blue Chalk. HEX triplet: EF, D5 and FB. RGB value is (239,213,251). Sum of RGB (Red+Green+Blue) = 239+213+251=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5FB is #102A04. Grayscale: #E0E0E0. Windows color (decimal): -1059333 or 16504303. OLE color: 16504303.

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

Color convert

RGB 239 213 251 -
CMYK 0.05 0.15 0 0.02
HSL 281.05º 0.83% 0.91% -
HSV(B) 281.05º 0.15% 0.98% -
XYZ 76.8 72.9 101.29 -
YUV 225.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 239 213 251 0.05 0.15 0 0.02 281.05 0.83 0.91
Hex EF D5 FB 5 F 0 2 119 53 5B
Octal 357 325 373 5 17 0 2 431 123 133
Binary 11101111 11010101 11111011 101 1111 0 10 100011001 1010011 1011011

Color Harmonies of #EFD5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5FB

Black with #EFD5FB

Text Example


Text Example

White with #EFD5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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