#EECAFF

Color #EECAFF Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #EECAFF

Tints of Blue Chalk #EECAFF

Color information

#EECAFF (or 0xEECAFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and FF. RGB value is (238,202,255). Sum of RGB (Red+Green+Blue) = 238+202+255=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFF is #113500. Grayscale: #DADADA. Windows color (decimal): -1127681 or 16763630. OLE color: 16763630.

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

Color convert

RGB238202255-
CMYK0.070.2100
HSL280.75º100%89.61%-
HSV(B)280.75º20.78%100%-
XYZ74.4367.64103.74-
YUV218.81148.43141.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 202 (79.30% from 255) = 29.06%
BLUE value IS 255 (100% from 255) = 36.69%
R=34.24%
G=29.06%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382022550.070.2100280.7510089.61
HexEECAFF71500119645a
Octal35631237772500431144132
Binary111011101100101011111111111101010010001100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAFF; }

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

 H1.HeaderClassName
 {
   color: #EECAFF;
 }
 .AnyTagClassName
 {
   color: #EECAFF;
 }
</style>
background-color css

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

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

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

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

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

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