#D4EAFF

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

Shades of Pattens Blue #D4EAFF

Tints of Pattens Blue #D4EAFF

Color information

#D4EAFF (or 0xD4EAFF) is unknown color: approx Pattens Blue. HEX triplet: D4, EA and FF. RGB value is (212,234,255). Sum of RGB (Red+Green+Blue) = 212+234+255=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EAFF is #2B1500. Grayscale: #E5E5E5. Windows color (decimal): -2823425 or 16771796. OLE color: 16771796.

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

Color convert

RGB212234255-
CMYK0.170.0800
HSL209.3º100%91.57%-
HSV(B)209.3º16.86%100%-
XYZ74.6280.06106.13-
YUV229.82142.21115.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.24%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 36.38%
R=30.24%
G=33.38%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122342550.170.0800209.310091.57
HexD4EAFF11800d1645c
Octal324352377211000321144134
Binary110101001110101011111111100011000001101000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAFF; }

 p { color: rgb(212,234,255); }

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

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

 a { background-color: rgb(212,234,255); }

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

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

 span { border-color: rgb(212,234,255); }

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