Html Css Color HEX #EFD0FE Blue Chalk

📋 copy color: '#EFD0FE'

red 239 ◦ green 208 ◦ blue 254

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

Shades of Blue Chalk #EFD0FE

Tints of Blue Chalk #EFD0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 34.09%
G = 29.67%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFD0FE (or 0xEFD0FE) is known color: Blue Chalk. HEX triplet: EF, D0 and FE. RGB value is (239,208,254). Sum of RGB (Red+Green+Blue) = 239+208+254=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FE is #102F01. Grayscale: #DEDEDE. Windows color (decimal): -1060610 or 16699631. OLE color: 16699631.

HSL color Cylindrical-coordinate representation of color #EFD0FE: hue angle of 280.43º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD0FE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 208 254 -
CMYK 0.06 0.18 0 0.00
HSL 280.43º 0.96% 0.91% -
HSV(B) 280.43º 0.18% 1% -
XYZ 76.04 70.62 103.39 -
YUV 222.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 239 208 254 0.06 0.18 0 0.00 280.43 0.96 0.91
Hex EF D0 FE 6 12 0 0 118 60 5B
Octal 357 320 376 6 22 0 0 430 140 133
Binary 11101111 11010000 11111110 110 10010 0 0 100011000 1100000 1011011

Color Harmonies of #EFD0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0FE

Black with #EFD0FE

Text Example


Text Example

White with #EFD0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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