Html Css Color HEX #EFCEFE Blue Chalk

📋 copy color: '#EFCEFE'

red 239 ◦ green 206 ◦ blue 254

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

Shades of Blue Chalk #EFCEFE

Tints of Blue Chalk #EFCEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.47%

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 34.19%
G = 29.47%
B = 36.34%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFCEFE (or 0xEFCEFE) is known color: Blue Chalk. HEX triplet: EF, CE and FE. RGB value is (239,206,254). Sum of RGB (Red+Green+Blue) = 239+206+254=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFCEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEFE is #103101. Grayscale: #DDDDDD. Windows color (decimal): -1061122 or 16699119. OLE color: 16699119.

HSL color Cylindrical-coordinate representation of color #EFCEFE: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCEFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 206 254 -
CMYK 0.06 0.19 0 0.00
HSL 281.25º 0.96% 0.9% -
HSV(B) 281.25º 0.19% 1% -
XYZ 75.56 69.65 103.23 -
YUV 221.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 239 206 254 0.06 0.19 0 0.00 281.25 0.96 0.9
Hex EF CE FE 6 13 0 0 119 60 5A
Octal 357 316 376 6 23 0 0 431 140 132
Binary 11101111 11001110 11111110 110 10011 0 0 100011001 1100000 1011010

Color Harmonies of #EFCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEFE

Black with #EFCEFE

Text Example


Text Example

White with #EFCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEFE; }

 p { color: rgb(239,206,254); }

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

background-color css

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

 a { background-color: rgb(239,206,254); }

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

border-color css

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

 span { border-color: rgb(239,206,254); }

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