#EDCFF5

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

Shades of Blue Chalk #EDCFF5

Tints of Blue Chalk #EDCFF5

Color information

#EDCFF5 (or 0xEDCFF5) is unknown color: approx Blue Chalk. HEX triplet: ED, CF and F5. RGB value is (237,207,245). Sum of RGB (Red+Green+Blue) = 237+207+245=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF5 is #12300A. Grayscale: #DCDCDC. Windows color (decimal): -1191947 or 16109549. OLE color: 16109549.

HSL color Cylindrical-coordinate representation of color #EDCFF5: hue angle of 287.37º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCFF5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237207245-
CMYK0.030.1600.04
HSL287.37º65.52%88.63%-
HSV(B)287.37º15.51%96.08%-
XYZ73.7269.2295.86-
YUV220.3141.94139.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 245 (96.09% from 255) = 35.56%
R=34.40%
G=30.04%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372072450.030.1600.04287.3765.5288.63
HexEDCFF53100411f4259
Octal35531736532004437102131
Binary1110110111001111111101011110000010010001111110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFF5; }

 p { color: rgb(237,207,245); }

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

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

 a { background-color: rgb(237,207,245); }

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

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

 span { border-color: rgb(237,207,245); }

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