#D0E8F8

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

Shades of Pattens Blue #D0E8F8

Tints of Pattens Blue #D0E8F8

Color information

#D0E8F8 (or 0xD0E8F8) is unknown color: approx Pattens Blue. HEX triplet: D0, E8 and F8. RGB value is (208,232,248). Sum of RGB (Red+Green+Blue) = 208+232+248=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0E8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E8F8 is #2F1707. Grayscale: #E2E2E2. Windows color (decimal): -3086088 or 16312528. OLE color: 16312528.

HSL color Cylindrical-coordinate representation of color #D0E8F8: hue angle of 204º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E8F8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208232248-
CMYK0.160.0600.03
HSL204º74.07%89.41%-
HSV(B)204º16.13%97.25%-
XYZ71.8177.9100.06-
YUV226.65140.05114.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.23%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=30.23%
G=33.72%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082322480.160.0600.0320474.0789.41
HexD0E8F810603cc4a59
Octal32035037020603314112131
Binary110100001110100011111000100001100111100110010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8F8; }

 p { color: rgb(208,232,248); }

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

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

 a { background-color: rgb(208,232,248); }

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

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

 span { border-color: rgb(208,232,248); }

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