Html Css Color HEX #EFD0FB Blue Chalk

📋 copy color: '#EFD0FB'

red 239 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #EFD0FB

Tints of Blue Chalk #EFD0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.8%

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

R = 34.24%
G = 29.8%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFD0FB (or 0xEFD0FB) is known color: Blue Chalk. HEX triplet: EF, D0 and FB. RGB value is (239,208,251). Sum of RGB (Red+Green+Blue) = 239+208+251=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFD0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FB is #102F04. Grayscale: #DEDEDE. Windows color (decimal): -1060613 or 16503023. OLE color: 16503023.

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

Color convert

RGB 239 208 251 -
CMYK 0.05 0.17 0 0.02
HSL 283.26º 0.84% 0.9% -
HSV(B) 283.26º 0.17% 0.98% -
XYZ 75.57 70.43 100.88 -
YUV 222.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 239 208 251 0.05 0.17 0 0.02 283.26 0.84 0.9
Hex EF D0 FB 5 11 0 2 11B 54 5A
Octal 357 320 373 5 21 0 2 433 124 132
Binary 11101111 11010000 11111011 101 10001 0 10 100011011 1010100 1011010

Color Harmonies of #EFD0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0FB

Black with #EFD0FB

Text Example


Text Example

White with #EFD0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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