#EFD0FF

Color #EFD0FF Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EFD0FF

Tints of Blue Chalk #EFD0FF

Color information

#EFD0FF (or 0xEFD0FF) is unknown color: approx Blue Chalk. HEX triplet: EF, D0 and FF. RGB value is (239,208,255). Sum of RGB (Red+Green+Blue) = 239+208+255=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0FF is #102F00. Grayscale: #DEDEDE. Windows color (decimal): -1060609 or 16765167. OLE color: 16765167.

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

Color convert

RGB239208255-
CMYK0.060.1800
HSL279.57º100%90.78%-
HSV(B)279.57º18.43%100%-
XYZ76.270.68104.23-
YUV222.63146.27139.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 208 (81.64% from 255) = 29.63%
BLUE value IS 255 (100% from 255) = 36.32%
R=34.05%
G=29.63%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392082550.060.1800279.5710090.78
HexEFD0FF61200118645b
Octal35732037762200430144133
Binary111011111101000011111111110100100010001100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0FF; }

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

 H1.HeaderClassName
 {
   color: #EFD0FF;
 }
 .AnyTagClassName
 {
   color: #EFD0FF;
 }
</style>
background-color css

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

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

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

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

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

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