Html Css Color HEX #EFCDF9 Blue Chalk

📋 copy color: '#EFCDF9'

red 239 ◦ green 205 ◦ blue 249

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

Shades of Blue Chalk #EFCDF9

Tints of Blue Chalk #EFCDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.93%

R = 34.49%
G = 29.58%
B = 35.93%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFCDF9 (or 0xEFCDF9) is known color: Blue Chalk. HEX triplet: EF, CD and F9. RGB value is (239,205,249). Sum of RGB (Red+Green+Blue) = 239+205+249=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF9 is #103206. Grayscale: #DCDCDC. Windows color (decimal): -1061383 or 16371183. OLE color: 16371183.

HSL color Cylindrical-coordinate representation of color #EFCDF9: hue angle of 286.36º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCDF9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 205 249 -
CMYK 0.04 0.18 0 0.02
HSL 286.36º 0.79% 0.89% -
HSV(B) 286.36º 0.18% 0.98% -
XYZ 74.53 68.85 98.98 -
YUV 220.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 239 205 249 0.04 0.18 0 0.02 286.36 0.79 0.89
Hex EF CD F9 4 12 0 2 11E 4F 59
Octal 357 315 371 4 22 0 2 436 117 131
Binary 11101111 11001101 11111001 100 10010 0 10 100011110 1001111 1011001

Color Harmonies of #EFCDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDF9

Black with #EFCDF9

Text Example


Text Example

White with #EFCDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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