#DCEDFA

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

Shades of Pattens Blue #DCEDFA

Tints of Pattens Blue #DCEDFA

Color information

#DCEDFA (or 0xDCEDFA) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and FA. RGB value is (220,237,250). Sum of RGB (Red+Green+Blue) = 220+237+250=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFA is #231205. Grayscale: #E9E9E9. Windows color (decimal): -2298374 or 16444892. OLE color: 16444892.

HSL color Cylindrical-coordinate representation of color #DCEDFA: hue angle of 206º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEDFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220237250-
CMYK0.120.0500.02
HSL206º75%92.16%-
HSV(B)206º12%98.04%-
XYZ77.0582.69102.34-
YUV233.4137.37118.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=31.12%
G=33.52%
B=35.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202372500.120.0500.022067592.16
HexDCEDFAC502ce4b5c
Octal33435537214502316113134
Binary11011100111011011111101011001010101100111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDFA; }

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

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

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

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

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

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

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

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