Html Css Color HEX #EDCDFE Blue Chalk

📋 copy color: '#EDCDFE'

red 237 ◦ green 205 ◦ blue 254

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

Shades of Blue Chalk #EDCDFE

Tints of Blue Chalk #EDCDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.45%

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 34.05%
G = 29.45%
B = 36.49%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDCDFE (or 0xEDCDFE) is known color: Blue Chalk. HEX triplet: ED, CD and FE. RGB value is (237,205,254). Sum of RGB (Red+Green+Blue) = 237+205+254=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDCDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFE is #123201. Grayscale: #DBDBDB. Windows color (decimal): -1192450 or 16698861. OLE color: 16698861.

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

Color convert

RGB 237 205 254 -
CMYK 0.07 0.19 0 0.00
HSL 279.18º 0.96% 0.9% -
HSV(B) 279.18º 0.19% 1% -
XYZ 74.65 68.82 103.12 -
YUV 220.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 237 205 254 0.07 0.19 0 0.00 279.18 0.96 0.9
Hex ED CD FE 7 13 0 0 117 60 5A
Octal 355 315 376 7 23 0 0 427 140 132
Binary 11101101 11001101 11111110 111 10011 0 0 100010111 1100000 1011010

Color Harmonies of #EDCDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDFE

Black with #EDCDFE

Text Example


Text Example

White with #EDCDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDFE; }

 p { color: rgb(237,205,254); }

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

background-color css

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

 a { background-color: rgb(237,205,254); }

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

border-color css

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

 span { border-color: rgb(237,205,254); }

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