Html Css Color HEX #EFCAFD Blue Chalk

📋 copy color: '#EFCAFD'

red 239 ◦ green 202 ◦ blue 253

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

Shades of Blue Chalk #EFCAFD

Tints of Blue Chalk #EFCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.11%

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 34.44%
G = 29.11%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFCAFD (or 0xEFCAFD) is known color: Blue Chalk. HEX triplet: EF, CA and FD. RGB value is (239,202,253). Sum of RGB (Red+Green+Blue) = 239+202+253=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAFD is #103502. Grayscale: #DADADA. Windows color (decimal): -1062147 or 16632559. OLE color: 16632559.

HSL color Cylindrical-coordinate representation of color #EFCAFD: hue angle of 283.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCAFD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 202 253 -
CMYK 0.06 0.20 0 0.01
HSL 283.53º 0.93% 0.89% -
HSV(B) 283.53º 0.2% 0.99% -
XYZ 74.45 67.68 102.07 -
YUV 218.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 239 202 253 0.06 0.20 0 0.01 283.53 0.93 0.89
Hex EF CA FD 6 14 0 1 11C 5D 59
Octal 357 312 375 6 24 0 1 434 135 131
Binary 11101111 11001010 11111101 110 10100 0 1 100011100 1011101 1011001

Color Harmonies of #EFCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAFD

Black with #EFCAFD

Text Example


Text Example

White with #EFCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAFD; }

 p { color: rgb(239,202,253); }

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

background-color css

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

 a { background-color: rgb(239,202,253); }

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

border-color css

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

 span { border-color: rgb(239,202,253); }

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