#D0DAE1

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

Shades of Pattens Blue #D0DAE1

Tints of Pattens Blue #D0DAE1

Color information

#D0DAE1 (or 0xD0DAE1) is unknown color: approx Pattens Blue. HEX triplet: D0, DA and E1. RGB value is (208,218,225). Sum of RGB (Red+Green+Blue) = 208+218+225=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAE1 is #2F251E. Grayscale: #D7D7D7. Windows color (decimal): -3089695 or 14801616. OLE color: 14801616.

HSL color Cylindrical-coordinate representation of color #D0DAE1: hue angle of 204.71º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DAE1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208218225-
CMYK0.080.0300.12
HSL204.71º22.08%84.9%-
HSV(B)204.71º7.56%88.24%-
XYZ64.6768.9981.14-
YUV215.81133.19122.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=31.95%
G=33.49%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082182250.080.0300.12204.7122.0884.9
HexD0DAE1830Ccd1655
Octal32033234110301431526125
Binary1101000011011010111000011000110110011001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAE1; }

 p { color: rgb(208,218,225); }

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

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

 a { background-color: rgb(208,218,225); }

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

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

 span { border-color: rgb(208,218,225); }

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