Html Css Color HEX #D0DEE7 Pattens Blue

📋 copy color: '#D0DEE7'

red 208 ◦ green 222 ◦ blue 231

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

Shades of Pattens Blue #D0DEE7

Tints of Pattens Blue #D0DEE7

RGB

 RED value IS 208 (81.64% from 255) = 31.47%

 GREEN value IS 222 (87.11% from 255) = 33.59%

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 31.47%
G = 33.59%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0DEE7 (or 0xD0DEE7) is known color: Pattens Blue. HEX triplet: D0, DE and E7. RGB value is (208,222,231). Sum of RGB (Red+Green+Blue) = 208+222+231=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEE7 is #2F2118. Grayscale: #DADADA. Windows color (decimal): -3088665 or 15195856. OLE color: 15195856.

HSL color Cylindrical-coordinate representation of color #D0DEE7: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DEE7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 222 231 -
CMYK 0.10 0.04 0 0.09
HSL 203.48º 0.32% 0.86% -
HSV(B) 203.48º 0.1% 0.91% -
XYZ 66.56 71.42 85.88 -
YUV 218.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 208 222 231 0.10 0.04 0 0.09 203.48 0.32 0.86
Hex D0 DE E7 A 4 0 9 CB 20 56
Octal 320 336 347 12 4 0 11 313 40 126
Binary 11010000 11011110 11100111 1010 100 0 1001 11001011 100000 1010110

Color Harmonies of #D0DEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEE7

Black with #D0DEE7

Text Example


Text Example

White with #D0DEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEE7; }

 p { color: rgb(208,222,231); }

 H1.HeaderClassName
 {
   color: #D0DEE7;
 }
 .AnyTagClassName
 {
   color: #D0DEE7;
 }
</style>

background-color css

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

 a { background-color: rgb(208,222,231); }

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

border-color css

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

 span { border-color: rgb(208,222,231); }

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