#D4EBF9

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

Shades of Pattens Blue #D4EBF9

Tints of Pattens Blue #D4EBF9

Color information

#D4EBF9 (or 0xD4EBF9) is unknown color: approx Pattens Blue. HEX triplet: D4, EB and F9. RGB value is (212,235,249). Sum of RGB (Red+Green+Blue) = 212+235+249=696 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.46% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4EBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBF9 is #2B1406. Grayscale: #E5E5E5. Windows color (decimal): -2823175 or 16378836. OLE color: 16378836.

HSL color Cylindrical-coordinate representation of color #D4EBF9: hue angle of 202.7º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4EBF9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212235249-
CMYK0.150.0600.02
HSL202.7º75.51%90.39%-
HSV(B)202.7º14.86%97.65%-
XYZ73.9680.25101.21-
YUV229.72138.88115.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.46%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=30.46%
G=33.76%
B=35.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122352490.150.0600.02202.775.5190.39
HexD4EBF9F602cb4c5a
Octal32435337117602313114132
Binary11010100111010111111100111111100101100101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBF9; }

 p { color: rgb(212,235,249); }

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

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

 a { background-color: rgb(212,235,249); }

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

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

 span { border-color: rgb(212,235,249); }

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