#D5EDFF

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

Shades of Pattens Blue #D5EDFF

Tints of Pattens Blue #D5EDFF

Color information

#D5EDFF (or 0xD5EDFF) is unknown color: approx Pattens Blue. HEX triplet: D5, ED and FF. RGB value is (213,237,255). Sum of RGB (Red+Green+Blue) = 213+237+255=705 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.21% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDFF is #2A1200. Grayscale: #E7E7E7. Windows color (decimal): -2757121 or 16772565. OLE color: 16772565.

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

Color convert

RGB213237255-
CMYK0.160.0700
HSL205.71º100%91.76%-
HSV(B)205.71º16.47%100%-
XYZ75.7781.93106.43-
YUV231.88141.05114.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.21%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 255 (100% from 255) = 36.17%
R=30.21%
G=33.62%
B=36.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132372550.160.0700205.7110091.76
HexD5EDFF10700ce645c
Octal32535537720700316144134
Binary11010101111011011111111110000111001100111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDFF; }

 p { color: rgb(213,237,255); }

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

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

 a { background-color: rgb(213,237,255); }

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

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

 span { border-color: rgb(213,237,255); }

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