Html Css Color HEX #EBCCFF Blue Chalk

📋 copy color: '#EBCCFF'

red 235 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #EBCCFF

Tints of Blue Chalk #EBCCFF

RGB

 RED value IS 235 (92.19% from 255) = 33.86%

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

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

R = 33.86%
G = 29.39%
B = 36.74%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBCCFF (or 0xEBCCFF) is known color: Blue Chalk. HEX triplet: EB, CC and FF. RGB value is (235,204,255). Sum of RGB (Red+Green+Blue) = 235+204+255=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCFF is #143300. Grayscale: #DADADA. Windows color (decimal): -1323777 or 16764139. OLE color: 16764139.

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

Color convert

RGB 235 204 255 -
CMYK 0.08 0.2 0 0
HSL 276.47º 1% 0.9% -
HSV(B) 276.47º 0.2% 1% -
XYZ 73.9 68.07 103.85 -
YUV 219.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 235 204 255 0.08 0.2 0 0 276.47 1 0.9
Hex EB CC FF 8 14 0 0 114 64 5A
Octal 353 314 377 10 24 0 0 424 144 132
Binary 11101011 11001100 11111111 1000 10100 0 0 100010100 1100100 1011010

Color Harmonies of #EBCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCFF

Black with #EBCCFF

Text Example


Text Example

White with #EBCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCFF; }

 p { color: rgb(235,204,255); }

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

background-color css

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

 a { background-color: rgb(235,204,255); }

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

border-color css

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

 span { border-color: rgb(235,204,255); }

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