Html Css Color HEX #D3EAF0 Pattens Blue

📋 copy color: '#D3EAF0'

red 211 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #D3EAF0

Tints of Pattens Blue #D3EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.16%

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 30.8%
G = 34.16%
B = 35.04%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3EAF0 (or 0xD3EAF0) is known color: Pattens Blue. HEX triplet: D3, EA and F0. RGB value is (211,234,240). Sum of RGB (Red+Green+Blue) = 211+234+240=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAF0 is #2C150F. Grayscale: #E3E3E3. Windows color (decimal): -2888976 or 15788755. OLE color: 15788755.

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

Color convert

RGB 211 234 240 -
CMYK 0.12 0.02 0 0.06
HSL 192.41º 0.49% 0.88% -
HSV(B) 192.41º 0.12% 0.94% -
XYZ 72.01 78.99 93.89 -
YUV 227.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 211 234 240 0.12 0.02 0 0.06 192.41 0.49 0.88
Hex D3 EA F0 C 2 0 6 C0 31 58
Octal 323 352 360 14 2 0 6 300 61 130
Binary 11010011 11101010 11110000 1100 10 0 110 11000000 110001 1011000

Color Harmonies of #D3EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EAF0

Black with #D3EAF0

Text Example


Text Example

White with #D3EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EAF0; }

 p { color: rgb(211,234,240); }

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

background-color css

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

 a { background-color: rgb(211,234,240); }

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

border-color css

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

 span { border-color: rgb(211,234,240); }

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