Html Css Color HEX #EECCFF Blue Chalk

📋 copy color: '#EECCFF'

red 238 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #EECCFF

Tints of Blue Chalk #EECCFF

RGB

 RED value IS 238 (93.36% from 255) = 34.15%

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

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

R = 34.15%
G = 29.27%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EECCFF (or 0xEECCFF) is known color: Blue Chalk. HEX triplet: EE, CC and FF. RGB value is (238,204,255). Sum of RGB (Red+Green+Blue) = 238+204+255=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 204 (80.08% from 255 or 29.27% 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 #EECCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFF is #113300. Grayscale: #DBDBDB. Windows color (decimal): -1127169 or 16764142. OLE color: 16764142.

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

Color convert

RGB 238 204 255 -
CMYK 0.07 0.2 0 0
HSL 280º 1% 0.9% -
HSV(B) 280º 0.2% 1% -
XYZ 74.9 68.58 103.9 -
YUV 219.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 238 204 255 0.07 0.2 0 0 280 1 0.9
Hex EE CC FF 7 14 0 0 118 64 5A
Octal 356 314 377 7 24 0 0 430 144 132
Binary 11101110 11001100 11111111 111 10100 0 0 100011000 1100100 1011010

Color Harmonies of #EECCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCFF

Black with #EECCFF

Text Example


Text Example

White with #EECCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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