Html Css Color HEX #EFCDF8 Blue Chalk

📋 copy color: '#EFCDF8'

red 239 ◦ green 205 ◦ blue 248

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

Shades of Blue Chalk #EFCDF8

Tints of Blue Chalk #EFCDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.62%

 BLUE value IS 248 (97.27% from 255) = 35.84%

R = 34.54%
G = 29.62%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFCDF8 (or 0xEFCDF8) is known color: Blue Chalk. HEX triplet: EF, CD and F8. RGB value is (239,205,248). Sum of RGB (Red+Green+Blue) = 239+205+248=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFCDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF8 is #103207. Grayscale: #DBDBDB. Windows color (decimal): -1061384 or 16305647. OLE color: 16305647.

HSL color Cylindrical-coordinate representation of color #EFCDF8: hue angle of 287.44º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCDF8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 205 248 -
CMYK 0.04 0.17 0 0.03
HSL 287.44º 0.75% 0.89% -
HSV(B) 287.44º 0.17% 0.97% -
XYZ 74.37 68.79 98.17 -
YUV 220.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 239 205 248 0.04 0.17 0 0.03 287.44 0.75 0.89
Hex EF CD F8 4 11 0 3 11F 4B 59
Octal 357 315 370 4 21 0 3 437 113 131
Binary 11101111 11001101 11111000 100 10001 0 11 100011111 1001011 1011001

Color Harmonies of #EFCDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDF8

Black with #EFCDF8

Text Example


Text Example

White with #EFCDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDF8; }

 p { color: rgb(239,205,248); }

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

background-color css

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

 a { background-color: rgb(239,205,248); }

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

border-color css

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

 span { border-color: rgb(239,205,248); }

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