Html Css Color HEX #EFCCFF Blue Chalk

📋 copy color: '#EFCCFF'

red 239 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #EFCCFF

Tints of Blue Chalk #EFCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.23%

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

R = 34.24%
G = 29.23%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFCCFF (or 0xEFCCFF) is known color: Blue Chalk. HEX triplet: EF, CC and FF. RGB value is (239,204,255). Sum of RGB (Red+Green+Blue) = 239+204+255=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCFF is #103300. Grayscale: #DCDCDC. Windows color (decimal): -1061633 or 16764143. OLE color: 16764143.

HSL color Cylindrical-coordinate representation of color #EFCCFF: hue angle of 281.18º 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 #EFCCFF is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 204 255 -
CMYK 0.06 0.2 0 0
HSL 281.18º 1% 0.9% -
HSV(B) 281.18º 0.2% 1% -
XYZ 75.24 68.76 103.91 -
YUV 220.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 239 204 255 0.06 0.2 0 0 281.18 1 0.9
Hex EF CC FF 6 14 0 0 119 64 5A
Octal 357 314 377 6 24 0 0 431 144 132
Binary 11101111 11001100 11111111 110 10100 0 0 100011001 1100100 1011010

Color Harmonies of #EFCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCFF

Black with #EFCCFF

Text Example


Text Example

White with #EFCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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