Html Css Color HEX #D3DFE7 Pattens Blue

📋 copy color: '#D3DFE7'

red 211 ◦ green 223 ◦ blue 231

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

Shades of Pattens Blue #D3DFE7

Tints of Pattens Blue #D3DFE7

RGB

 RED value IS 211 (82.81% from 255) = 31.73%

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

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

R = 31.73%
G = 33.53%
B = 34.74%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D3DFE7 (or 0xD3DFE7) is known color: Pattens Blue. HEX triplet: D3, DF and E7. RGB value is (211,223,231). Sum of RGB (Red+Green+Blue) = 211+223+231=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFE7 is #2C2018. Grayscale: #DCDCDC. Windows color (decimal): -2891801 or 15196115. OLE color: 15196115.

HSL color Cylindrical-coordinate representation of color #D3DFE7: hue angle of 204º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DFE7 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 223 231 -
CMYK 0.09 0.03 0 0.09
HSL 204º 0.29% 0.87% -
HSV(B) 204º 0.09% 0.91% -
XYZ 67.68 72.39 86.01 -
YUV 220.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 211 223 231 0.09 0.03 0 0.09 204 0.29 0.87
Hex D3 DF E7 9 3 0 9 CC 1D 57
Octal 323 337 347 11 3 0 11 314 35 127
Binary 11010011 11011111 11100111 1001 11 0 1001 11001100 11101 1010111

Color Harmonies of #D3DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFE7

Black with #D3DFE7

Text Example


Text Example

White with #D3DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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