Html Css Color HEX #EFCDFC Blue Chalk

📋 copy color: '#EFCDFC'

red 239 ◦ green 205 ◦ blue 252

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

Shades of Blue Chalk #EFCDFC

Tints of Blue Chalk #EFCDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.21%

R = 34.34%
G = 29.45%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFCDFC (or 0xEFCDFC) is known color: Blue Chalk. HEX triplet: EF, CD and FC. RGB value is (239,205,252). Sum of RGB (Red+Green+Blue) = 239+205+252=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDFC is #103203. Grayscale: #DCDCDC. Windows color (decimal): -1061380 or 16567791. OLE color: 16567791.

HSL color Cylindrical-coordinate representation of color #EFCDFC: hue angle of 283.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCDFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 205 252 -
CMYK 0.05 0.19 0 0.01
HSL 283.4º 0.89% 0.9% -
HSV(B) 283.4º 0.19% 0.99% -
XYZ 75 69.04 101.47 -
YUV 220.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 239 205 252 0.05 0.19 0 0.01 283.4 0.89 0.9
Hex EF CD FC 5 13 0 1 11B 59 5A
Octal 357 315 374 5 23 0 1 433 131 132
Binary 11101111 11001101 11111100 101 10011 0 1 100011011 1011001 1011010

Color Harmonies of #EFCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDFC

Black with #EFCDFC

Text Example


Text Example

White with #EFCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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