Html Css Color HEX #EFCBFC Blue Chalk

📋 copy color: '#EFCBFC'

red 239 ◦ green 203 ◦ blue 252

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

Shades of Blue Chalk #EFCBFC

Tints of Blue Chalk #EFCBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.25%

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

R = 34.44%
G = 29.25%
B = 36.31%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFCBFC (or 0xEFCBFC) is known color: Blue Chalk. HEX triplet: EF, CB and FC. RGB value is (239,203,252). Sum of RGB (Red+Green+Blue) = 239+203+252=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFC is #103403. Grayscale: #DBDBDB. Windows color (decimal): -1061892 or 16567279. OLE color: 16567279.

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

Color convert

RGB 239 203 252 -
CMYK 0.05 0.19 0 0.01
HSL 284.08º 0.89% 0.89% -
HSV(B) 284.08º 0.19% 0.99% -
XYZ 74.52 68.09 101.31 -
YUV 219.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 239 203 252 0.05 0.19 0 0.01 284.08 0.89 0.89
Hex EF CB FC 5 13 0 1 11C 59 59
Octal 357 313 374 5 23 0 1 434 131 131
Binary 11101111 11001011 11111100 101 10011 0 1 100011100 1011001 1011001

Color Harmonies of #EFCBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBFC

Black with #EFCBFC

Text Example


Text Example

White with #EFCBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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