Html Css Color HEX #D0DFE7 Pattens Blue

📋 copy color: '#D0DFE7'

red 208 ◦ green 223 ◦ blue 231

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

Shades of Pattens Blue #D0DFE7

Tints of Pattens Blue #D0DFE7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.69%

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

R = 31.42%
G = 33.69%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0DFE7 (or 0xD0DFE7) is known color: Pattens Blue. HEX triplet: D0, DF and E7. RGB value is (208,223,231). Sum of RGB (Red+Green+Blue) = 208+223+231=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFE7 is #2F2018. Grayscale: #DBDBDB. Windows color (decimal): -3088409 or 15196112. OLE color: 15196112.

HSL color Cylindrical-coordinate representation of color #D0DFE7: hue angle of 200.87º 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 #D0DFE7 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 223 231 -
CMYK 0.10 0.03 0 0.09
HSL 200.87º 0.32% 0.86% -
HSV(B) 200.87º 0.1% 0.91% -
XYZ 66.82 71.95 85.97 -
YUV 219.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 208 223 231 0.10 0.03 0 0.09 200.87 0.32 0.86
Hex D0 DF E7 A 3 0 9 C9 20 56
Octal 320 337 347 12 3 0 11 311 40 126
Binary 11010000 11011111 11100111 1010 11 0 1001 11001001 100000 1010110

Color Harmonies of #D0DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFE7

Black with #D0DFE7

Text Example


Text Example

White with #D0DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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