#D0EDFF

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

Shades of Pattens Blue #D0EDFF

Tints of Pattens Blue #D0EDFF

Color information

#D0EDFF (or 0xD0EDFF) is unknown color: approx Pattens Blue. HEX triplet: D0, ED and FF. RGB value is (208,237,255). Sum of RGB (Red+Green+Blue) = 208+237+255=700 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.71% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDFF is #2F1200. Grayscale: #E6E6E6. Windows color (decimal): -3084801 or 16772560. OLE color: 16772560.

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

Color convert

RGB208237255-
CMYK0.180.0700
HSL202.98º100%90.78%-
HSV(B)202.98º18.43%100%-
XYZ74.3581.2106.36-
YUV230.38141.89112.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.71%
GREEN value IS 237 (92.97% from 255) = 33.86%
BLUE value IS 255 (100% from 255) = 36.43%
R=29.71%
G=33.86%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082372550.180.0700202.9810090.78
HexD0EDFF12700cb645b
Octal32035537722700313144133
Binary11010000111011011111111110010111001100101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDFF; }

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

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

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

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

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

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

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

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