Html Css Color HEX #D1DFEB Pattens Blue

📋 copy color: '#D1DFEB'

red 209 ◦ green 223 ◦ blue 235

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

Shades of Pattens Blue #D1DFEB

Tints of Pattens Blue #D1DFEB

RGB

 RED value IS 209 (82.03% from 255) = 31.33%

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

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 31.33%
G = 33.43%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1DFEB (or 0xD1DFEB) is known color: Pattens Blue. HEX triplet: D1, DF and EB. RGB value is (209,223,235). Sum of RGB (Red+Green+Blue) = 209+223+235=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFEB is #2E2014. Grayscale: #DCDCDC. Windows color (decimal): -3022869 or 15458257. OLE color: 15458257.

HSL color Cylindrical-coordinate representation of color #D1DFEB: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DFEB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 223 235 -
CMYK 0.11 0.05 0 0.08
HSL 207.69º 0.39% 0.87% -
HSV(B) 207.69º 0.11% 0.92% -
XYZ 67.68 72.33 88.99 -
YUV 220.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 209 223 235 0.11 0.05 0 0.08 207.69 0.39 0.87
Hex D1 DF EB B 5 0 8 D0 27 57
Octal 321 337 353 13 5 0 10 320 47 127
Binary 11010001 11011111 11101011 1011 101 0 1000 11010000 100111 1010111

Color Harmonies of #D1DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFEB

Black with #D1DFEB

Text Example


Text Example

White with #D1DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFEB; }

 p { color: rgb(209,223,235); }

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

background-color css

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

 a { background-color: rgb(209,223,235); }

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

border-color css

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

 span { border-color: rgb(209,223,235); }

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