Html Css Color HEX #D1DFEE Pattens Blue

📋 copy color: '#D1DFEE'

red 209 ◦ green 223 ◦ blue 238

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

Shades of Pattens Blue #D1DFEE

Tints of Pattens Blue #D1DFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 31.19%
G = 33.28%
B = 35.52%

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

#D1DFEE (or 0xD1DFEE) is known color: Pattens Blue. HEX triplet: D1, DF and EE. RGB value is (209,223,238). Sum of RGB (Red+Green+Blue) = 209+223+238=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFEE is #2E2011. Grayscale: #DCDCDC. Windows color (decimal): -3022866 or 15654865. OLE color: 15654865.

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

Color convert

RGB 209 223 238 -
CMYK 0.12 0.06 0 0.07
HSL 211.03º 0.46% 0.88% -
HSV(B) 211.03º 0.12% 0.93% -
XYZ 68.11 72.5 91.29 -
YUV 220.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 209 223 238 0.12 0.06 0 0.07 211.03 0.46 0.88
Hex D1 DF EE C 6 0 7 D3 2E 58
Octal 321 337 356 14 6 0 7 323 56 130
Binary 11010001 11011111 11101110 1100 110 0 111 11010011 101110 1011000

Color Harmonies of #D1DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFEE

Black with #D1DFEE

Text Example


Text Example

White with #D1DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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