Html Css Color HEX #EFCBFF Blue Chalk

📋 copy color: '#EFCBFF'

red 239 ◦ green 203 ◦ blue 255

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

Shades of Blue Chalk #EFCBFF

Tints of Blue Chalk #EFCBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.59%

R = 34.29%
G = 29.12%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFCBFF (or 0xEFCBFF) is known color: Blue Chalk. HEX triplet: EF, CB and FF. RGB value is (239,203,255). Sum of RGB (Red+Green+Blue) = 239+203+255=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBFF is #103400. Grayscale: #DBDBDB. Windows color (decimal): -1061889 or 16763887. OLE color: 16763887.

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

Color convert

RGB 239 203 255 -
CMYK 0.06 0.20 0 0
HSL 281.54º 1% 0.9% -
HSV(B) 281.54º 0.2% 1% -
XYZ 75 68.28 103.83 -
YUV 219.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 239 203 255 0.06 0.20 0 0 281.54 1 0.9
Hex EF CB FF 6 14 0 0 11A 64 5A
Octal 357 313 377 6 24 0 0 432 144 132
Binary 11101111 11001011 11111111 110 10100 0 0 100011010 1100100 1011010

Color Harmonies of #EFCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBFF

Black with #EFCBFF

Text Example


Text Example

White with #EFCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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