Html Css Color HEX #EDCFFF Blue Chalk

📋 copy color: '#EDCFFF'

red 237 ◦ green 207 ◦ blue 255

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

Shades of Blue Chalk #EDCFFF

Tints of Blue Chalk #EDCFFF

RGB

 RED value IS 237 (92.97% from 255) = 33.91%

 GREEN value IS 207 (81.25% from 255) = 29.61%

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

R = 33.91%
G = 29.61%
B = 36.48%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDCFFF (or 0xEDCFFF) is known color: Blue Chalk. HEX triplet: ED, CF and FF. RGB value is (237,207,255). Sum of RGB (Red+Green+Blue) = 237+207+255=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFF is #123000. Grayscale: #DDDDDD. Windows color (decimal): -1191937 or 16764909. OLE color: 16764909.

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

Color convert

RGB 237 207 255 -
CMYK 0.07 0.19 0 0
HSL 277.5º 1% 0.91% -
HSV(B) 277.5º 0.19% 1% -
XYZ 75.29 69.85 104.12 -
YUV 221.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 237 207 255 0.07 0.19 0 0 277.5 1 0.91
Hex ED CF FF 7 13 0 0 116 64 5B
Octal 355 317 377 7 23 0 0 426 144 133
Binary 11101101 11001111 11111111 111 10011 0 0 100010110 1100100 1011011

Color Harmonies of #EDCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFFF

Black with #EDCFFF

Text Example


Text Example

White with #EDCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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