Html Css Color HEX #D3DFEC Pattens Blue

📋 copy color: '#D3DFEC'

red 211 ◦ green 223 ◦ blue 236

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

Shades of Pattens Blue #D3DFEC

Tints of Pattens Blue #D3DFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 31.49%
G = 33.28%
B = 35.22%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3DFEC (or 0xD3DFEC) is known color: Pattens Blue. HEX triplet: D3, DF and EC. RGB value is (211,223,236). Sum of RGB (Red+Green+Blue) = 211+223+236=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFEC is #2C2013. Grayscale: #DCDCDC. Windows color (decimal): -2891796 or 15523795. OLE color: 15523795.

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

Color convert

RGB 211 223 236 -
CMYK 0.11 0.06 0 0.07
HSL 211.2º 0.4% 0.88% -
HSV(B) 211.2º 0.11% 0.93% -
XYZ 68.39 72.68 89.78 -
YUV 220.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 211 223 236 0.11 0.06 0 0.07 211.2 0.4 0.88
Hex D3 DF EC B 6 0 7 D3 28 58
Octal 323 337 354 13 6 0 7 323 50 130
Binary 11010011 11011111 11101100 1011 110 0 111 11010011 101000 1011000

Color Harmonies of #D3DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFEC

Black with #D3DFEC

Text Example


Text Example

White with #D3DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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