#DBEDFD

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

Shades of Pattens Blue #DBEDFD

Tints of Pattens Blue #DBEDFD

Color information

#DBEDFD (or 0xDBEDFD) is unknown color: approx Pattens Blue. HEX triplet: DB, ED and FD. RGB value is (219,237,253). Sum of RGB (Red+Green+Blue) = 219+237+253=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFD is #241202. Grayscale: #E9E9E9. Windows color (decimal): -2363907 or 16641499. OLE color: 16641499.

HSL color Cylindrical-coordinate representation of color #DBEDFD: hue angle of 208.24º degrees, saturation: 0.89, 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 #DBEDFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219237253-
CMYK0.130.0600.01
HSL208.24º89.47%92.55%-
HSV(B)208.24º13.44%99.22%-
XYZ77.2382.72104.82-
YUV233.44139.04117.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 237 (92.97% from 255) = 33.43%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=30.89%
G=33.43%
B=35.68%

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
Decimal2192372530.130.0600.01208.2489.4792.55
HexDBEDFDD601d0595d
Octal33335537515601320131135
Binary1101101111101101111111011101110011101000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDFD; }

 p { color: rgb(219,237,253); }

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

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

 a { background-color: rgb(219,237,253); }

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

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

 span { border-color: rgb(219,237,253); }

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