Html Css Color HEX #EFDCF6 Blue Chalk

📋 copy color: '#EFDCF6'

red 239 ◦ green 220 ◦ blue 246

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

Shades of Blue Chalk #EFDCF6

Tints of Blue Chalk #EFDCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.21%

 BLUE value IS 246 (96.48% from 255) = 34.89%

R = 33.9%
G = 31.21%
B = 34.89%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFDCF6 (or 0xEFDCF6) is known color: Blue Chalk. HEX triplet: EF, DC and F6. RGB value is (239,220,246). Sum of RGB (Red+Green+Blue) = 239+220+246=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF6 is #102309. Grayscale: #E4E4E4. Windows color (decimal): -1057546 or 16178415. OLE color: 16178415.

HSL color Cylindrical-coordinate representation of color #EFDCF6: hue angle of 283.85º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDCF6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 220 246 -
CMYK 0.03 0.11 0 0.04
HSL 283.85º 0.59% 0.91% -
HSV(B) 283.85º 0.11% 0.96% -
XYZ 77.82 76.19 97.79 -
YUV 228.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 239 220 246 0.03 0.11 0 0.04 283.85 0.59 0.91
Hex EF DC F6 3 B 0 4 11C 3B 5B
Octal 357 334 366 3 13 0 4 434 73 133
Binary 11101111 11011100 11110110 11 1011 0 100 100011100 111011 1011011

Color Harmonies of #EFDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCF6

Black with #EFDCF6

Text Example


Text Example

White with #EFDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCF6; }

 p { color: rgb(239,220,246); }

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

background-color css

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

 a { background-color: rgb(239,220,246); }

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

border-color css

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

 span { border-color: rgb(239,220,246); }

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