Html Css Color HEX #D0DAE1 Pattens Blue

📋 copy color: '#D0DAE1'

red 208 ◦ green 218 ◦ blue 225

#D0DAE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D0DAE1

Tints of Pattens Blue #D0DAE1

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 value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0DAE1 (or 0xD0DAE1) is known color: 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

RGB 208 218 225 -
CMYK 0.08 0.03 0 0.12
HSL 204.71º 0.22% 0.85% -
HSV(B) 204.71º 0.08% 0.88% -
XYZ 64.67 68.99 81.14 -
YUV 215.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 208 218 225 0.08 0.03 0 0.12 204.71 0.22 0.85
Hex D0 DA E1 8 3 0 C CD 16 55
Octal 320 332 341 10 3 0 14 315 26 125
Binary 11010000 11011010 11100001 1000 11 0 1100 11001101 10110 1010101

Color Harmonies of #D0DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAE1

Black with #D0DAE1

Text Example


Text Example

White with #D0DAE1

Text Example


Text Example

HTML Codes & Css Web 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>