#DCEDFC

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

Shades of Pattens Blue #DCEDFC

Tints of Pattens Blue #DCEDFC

Color information

#DCEDFC (or 0xDCEDFC) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and FC. RGB value is (220,237,252). Sum of RGB (Red+Green+Blue) = 220+237+252=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFC is #231203. Grayscale: #E9E9E9. Windows color (decimal): -2298372 or 16575964. OLE color: 16575964.

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

Color convert

RGB220237252-
CMYK0.130.0600.01
HSL208.12º84.21%92.55%-
HSV(B)208.12º12.7%98.82%-
XYZ77.3782.81104-
YUV233.63138.37118.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.03%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=31.03%
G=33.43%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202372520.130.0600.01208.1284.2192.55
HexDCEDFCD601d0545d
Octal33435537415601320124135
Binary1101110011101101111111001101110011101000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDFC; }

 p { color: rgb(220,237,252); }

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

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

 a { background-color: rgb(220,237,252); }

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

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

 span { border-color: rgb(220,237,252); }

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