Html Css Color HEX #EFDBFC Blue Chalk

📋 copy color: '#EFDBFC'

red 239 ◦ green 219 ◦ blue 252

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

Shades of Blue Chalk #EFDBFC

Tints of Blue Chalk #EFDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.85%

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

R = 33.66%
G = 30.85%
B = 35.49%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFDBFC (or 0xEFDBFC) is known color: Blue Chalk. HEX triplet: EF, DB and FC. RGB value is (239,219,252). Sum of RGB (Red+Green+Blue) = 239+219+252=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBFC is #102403. Grayscale: #E4E4E4. Windows color (decimal): -1057796 or 16571375. OLE color: 16571375.

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

Color convert

RGB 239 219 252 -
CMYK 0.05 0.13 0 0.01
HSL 276.36º 0.85% 0.92% -
HSV(B) 276.36º 0.13% 0.99% -
XYZ 78.5 76.04 102.64 -
YUV 228.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 239 219 252 0.05 0.13 0 0.01 276.36 0.85 0.92
Hex EF DB FC 5 D 0 1 114 55 5C
Octal 357 333 374 5 15 0 1 424 125 134
Binary 11101111 11011011 11111100 101 1101 0 1 100010100 1010101 1011100

Color Harmonies of #EFDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBFC

Black with #EFDBFC

Text Example


Text Example

White with #EFDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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