#D0DFEE

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

Shades of Pattens Blue #D0DFEE

Tints of Pattens Blue #D0DFEE

Color information

#D0DFEE (or 0xD0DFEE) is unknown color: approx Pattens Blue. HEX triplet: D0, DF and EE. RGB value is (208,223,238). Sum of RGB (Red+Green+Blue) = 208+223+238=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFEE is #2F2011. Grayscale: #DCDCDC. Windows color (decimal): -3088402 or 15654864. OLE color: 15654864.

HSL color Cylindrical-coordinate representation of color #D0DFEE: hue angle of 210º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DFEE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208223238-
CMYK0.130.0600.07
HSL210º46.87%87.45%-
HSV(B)210º12.61%93.33%-
XYZ67.8372.3691.28-
YUV220.22138.03119.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=31.09%
G=33.33%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082232380.130.0600.0721046.8787.45
HexD0DFEED607d22f57
Octal3203373561560732257127
Binary11010000110111111110111011011100111110100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFEE; }

 p { color: rgb(208,223,238); }

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

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

 a { background-color: rgb(208,223,238); }

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

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

 span { border-color: rgb(208,223,238); }

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