Html Css Color HEX #D1DFED Pattens Blue

📋 copy color: '#D1DFED'

red 209 ◦ green 223 ◦ blue 237

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

Shades of Pattens Blue #D1DFED

Tints of Pattens Blue #D1DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 31.24%
G = 33.33%
B = 35.43%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1DFED (or 0xD1DFED) is known color: Pattens Blue. HEX triplet: D1, DF and ED. RGB value is (209,223,237). Sum of RGB (Red+Green+Blue) = 209+223+237=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFED is #2E2012. Grayscale: #DCDCDC. Windows color (decimal): -3022867 or 15589329. OLE color: 15589329.

HSL color Cylindrical-coordinate representation of color #D1DFED: hue angle of 210º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1DFED is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 223 237 -
CMYK 0.12 0.06 0 0.07
HSL 210º 0.44% 0.87% -
HSV(B) 210º 0.12% 0.93% -
XYZ 67.97 72.45 90.52 -
YUV 220.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 209 223 237 0.12 0.06 0 0.07 210 0.44 0.87
Hex D1 DF ED C 6 0 7 D2 2C 57
Octal 321 337 355 14 6 0 7 322 54 127
Binary 11010001 11011111 11101101 1100 110 0 111 11010010 101100 1010111

Color Harmonies of #D1DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFED

Black with #D1DFED

Text Example


Text Example

White with #D1DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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