Html Css Color HEX #EECCFD Blue Chalk

📋 copy color: '#EECCFD'

red 238 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #EECCFD

Tints of Blue Chalk #EECCFD

RGB

 RED value IS 238 (93.36% from 255) = 34.24%

 GREEN value IS 204 (80.08% from 255) = 29.35%

 BLUE value IS 253 (99.22% from 255) = 36.4%

R = 34.24%
G = 29.35%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EECCFD (or 0xEECCFD) is known color: Blue Chalk. HEX triplet: EE, CC and FD. RGB value is (238,204,253). Sum of RGB (Red+Green+Blue) = 238+204+253=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFD is #113302. Grayscale: #DBDBDB. Windows color (decimal): -1127171 or 16633070. OLE color: 16633070.

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

Color convert

RGB 238 204 253 -
CMYK 0.06 0.19 0 0.01
HSL 281.63º 0.92% 0.9% -
HSV(B) 281.63º 0.19% 0.99% -
XYZ 74.58 68.45 102.21 -
YUV 219.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 238 204 253 0.06 0.19 0 0.01 281.63 0.92 0.9
Hex EE CC FD 6 13 0 1 11A 5C 5A
Octal 356 314 375 6 23 0 1 432 134 132
Binary 11101110 11001100 11111101 110 10011 0 1 100011010 1011100 1011010

Color Harmonies of #EECCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCFD

Black with #EECCFD

Text Example


Text Example

White with #EECCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCFD; }

 p { color: rgb(238,204,253); }

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

background-color css

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

 a { background-color: rgb(238,204,253); }

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

border-color css

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

 span { border-color: rgb(238,204,253); }

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