Html Css Color HEX #EFDCF5 Blue Chalk

📋 copy color: '#EFDCF5'

red 239 ◦ green 220 ◦ blue 245

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

Shades of Blue Chalk #EFDCF5

Tints of Blue Chalk #EFDCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.8%

R = 33.95%
G = 31.25%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFDCF5 (or 0xEFDCF5) is known color: Blue Chalk. HEX triplet: EF, DC and F5. RGB value is (239,220,245). Sum of RGB (Red+Green+Blue) = 239+220+245=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF5 is #10230A. Grayscale: #E4E4E4. Windows color (decimal): -1057547 or 16112879. OLE color: 16112879.

HSL color Cylindrical-coordinate representation of color #EFDCF5: hue angle of 285.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDCF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 220 245 -
CMYK 0.02 0.10 0 0.04
HSL 285.6º 0.56% 0.91% -
HSV(B) 285.6º 0.1% 0.96% -
XYZ 77.67 76.13 96.99 -
YUV 228.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 239 220 245 0.02 0.10 0 0.04 285.6 0.56 0.91
Hex EF DC F5 2 A 0 4 11E 38 5B
Octal 357 334 365 2 12 0 4 436 70 133
Binary 11101111 11011100 11110101 10 1010 0 100 100011110 111000 1011011

Color Harmonies of #EFDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCF5

Black with #EFDCF5

Text Example


Text Example

White with #EFDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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