#ECCDF4

Color #ECCDF4 Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #ECCDF4

Tints of Blue Chalk #ECCDF4

Color information

#ECCDF4 (or 0xECCDF4) is unknown color: approx Blue Chalk. HEX triplet: EC, CD and F4. RGB value is (236,205,244). Sum of RGB (Red+Green+Blue) = 236+205+244=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF4 is #13320B. Grayscale: #DADADA. Windows color (decimal): -1257996 or 16043500. OLE color: 16043500.

HSL color Cylindrical-coordinate representation of color #ECCDF4: hue angle of 287.69º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCDF4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236205244-
CMYK0.030.1600.04
HSL287.69º63.93%88.04%-
HSV(B)287.69º15.98%95.69%-
XYZ72.7568.0394.88-
YUV218.72142.27140.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 244 (95.70% from 255) = 35.62%
R=34.45%
G=29.93%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362052440.030.1600.04287.6963.9388.04
HexECCDF4310041204058
Octal35431536432004440100130
Binary1110110011001101111101001110000010010010000010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDF4; }

 p { color: rgb(236,205,244); }

 H1.HeaderClassName
 {
   color: #ECCDF4;
 }
 .AnyTagClassName
 {
   color: #ECCDF4;
 }
</style>
background-color css

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

 a { background-color: rgb(236,205,244); }

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

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

 span { border-color: rgb(236,205,244); }

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