#EDCCFC

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

Shades of Blue Chalk #EDCCFC

Tints of Blue Chalk #EDCCFC

Color information

#EDCCFC (or 0xEDCCFC) is unknown color: approx Blue Chalk. HEX triplet: ED, CC and FC. RGB value is (237,204,252). Sum of RGB (Red+Green+Blue) = 237+204+252=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCFC is #123303. Grayscale: #DBDBDB. Windows color (decimal): -1192708 or 16567533. OLE color: 16567533.

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

Color convert

RGB237204252-
CMYK0.060.1900.01
HSL281.25º88.89%89.41%-
HSV(B)281.25º19.05%98.82%-
XYZ74.0968.22101.36-
YUV219.34146.43140.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 204 (80.08% from 255) = 29.44%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=34.20%
G=29.44%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372042520.060.1900.01281.2588.8989.41
HexEDCCFC613011195959
Octal35531437462301431131131
Binary111011011100110011111100110100110110001100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCFC; }

 p { color: rgb(237,204,252); }

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

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

 a { background-color: rgb(237,204,252); }

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

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

 span { border-color: rgb(237,204,252); }

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