Html Css Color HEX #ECD2FC Blue Chalk

📋 copy color: '#ECD2FC'

red 236 ◦ green 210 ◦ blue 252

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

Shades of Blue Chalk #ECD2FC

Tints of Blue Chalk #ECD2FC

RGB

 RED value IS 236 (92.58% from 255) = 33.81%

 GREEN value IS 210 (82.42% from 255) = 30.09%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 33.81%
G = 30.09%
B = 36.1%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ECD2FC (or 0xECD2FC) is known color: Blue Chalk. HEX triplet: EC, D2 and FC. RGB value is (236,210,252). Sum of RGB (Red+Green+Blue) = 236+210+252=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FC is #132D03. Grayscale: #DEDEDE. Windows color (decimal): -1256708 or 16569068. OLE color: 16569068.

HSL color Cylindrical-coordinate representation of color #ECD2FC: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD2FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 210 252 -
CMYK 0.06 0.17 0 0.01
HSL 277.14º 0.88% 0.91% -
HSV(B) 277.14º 0.17% 0.99% -
XYZ 75.21 70.95 101.83 -
YUV 222.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 236 210 252 0.06 0.17 0 0.01 277.14 0.88 0.91
Hex EC D2 FC 6 11 0 1 115 58 5B
Octal 354 322 374 6 21 0 1 425 130 133
Binary 11101100 11010010 11111100 110 10001 0 1 100010101 1011000 1011011

Color Harmonies of #ECD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2FC

Black with #ECD2FC

Text Example


Text Example

White with #ECD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2FC; }

 p { color: rgb(236,210,252); }

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

background-color css

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

 a { background-color: rgb(236,210,252); }

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

border-color css

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

 span { border-color: rgb(236,210,252); }

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