Html Css Color HEX #D3DFEB Pattens Blue

📋 copy color: '#D3DFEB'

red 211 ◦ green 223 ◦ blue 235

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

Shades of Pattens Blue #D3DFEB

Tints of Pattens Blue #D3DFEB

RGB

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

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

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

R = 31.54%
G = 33.33%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D3DFEB (or 0xD3DFEB) is known color: Pattens Blue. HEX triplet: D3, DF and EB. RGB value is (211,223,235). Sum of RGB (Red+Green+Blue) = 211+223+235=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEB is #2C2014. Grayscale: #DCDCDC. Windows color (decimal): -2891797 or 15458259. OLE color: 15458259.

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

Color convert

RGB 211 223 235 -
CMYK 0.10 0.05 0 0.08
HSL 210º 0.38% 0.87% -
HSV(B) 210º 0.1% 0.92% -
XYZ 68.25 72.62 89.02 -
YUV 220.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 211 223 235 0.10 0.05 0 0.08 210 0.38 0.87
Hex D3 DF EB A 5 0 8 D2 26 57
Octal 323 337 353 12 5 0 10 322 46 127
Binary 11010011 11011111 11101011 1010 101 0 1000 11010010 100110 1010111

Color Harmonies of #D3DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFEB

Black with #D3DFEB

Text Example


Text Example

White with #D3DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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