Html Css Color HEX #D3E8EF Pattens Blue

📋 copy color: '#D3E8EF'

red 211 ◦ green 232 ◦ blue 239

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

Shades of Pattens Blue #D3E8EF

Tints of Pattens Blue #D3E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.02%

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 30.94%
G = 34.02%
B = 35.04%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3E8EF (or 0xD3E8EF) is known color: Pattens Blue. HEX triplet: D3, E8 and EF. RGB value is (211,232,239). Sum of RGB (Red+Green+Blue) = 211+232+239=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3E8EF is #2C1710. Grayscale: #E2E2E2. Windows color (decimal): -2889489 or 15722707. OLE color: 15722707.

HSL color Cylindrical-coordinate representation of color #D3E8EF: hue angle of 195º degrees, saturation: 0.47, 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 #D3E8EF is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 232 239 -
CMYK 0.12 0.03 0 0.06
HSL 195º 0.47% 0.88% -
HSV(B) 195º 0.12% 0.94% -
XYZ 71.3 77.79 92.92 -
YUV 226.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 211 232 239 0.12 0.03 0 0.06 195 0.47 0.88
Hex D3 E8 EF C 3 0 6 C3 2F 58
Octal 323 350 357 14 3 0 6 303 57 130
Binary 11010011 11101000 11101111 1100 11 0 110 11000011 101111 1011000

Color Harmonies of #D3E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E8EF

Black with #D3E8EF

Text Example


Text Example

White with #D3E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E8EF; }

 p { color: rgb(211,232,239); }

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

background-color css

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

 a { background-color: rgb(211,232,239); }

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

border-color css

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

 span { border-color: rgb(211,232,239); }

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