Html Css Color HEX #D3EBFA Pattens Blue

📋 copy color: '#D3EBFA'

red 211 ◦ green 235 ◦ blue 250

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

Shades of Pattens Blue #D3EBFA

Tints of Pattens Blue #D3EBFA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.76%

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 30.32%
G = 33.76%
B = 35.92%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3EBFA (or 0xD3EBFA) is known color: Pattens Blue. HEX triplet: D3, EB and FA. RGB value is (211,235,250). Sum of RGB (Red+Green+Blue) = 211+235+250=696 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.32% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBFA is #2C1405. Grayscale: #E5E5E5. Windows color (decimal): -2888710 or 16444371. OLE color: 16444371.

HSL color Cylindrical-coordinate representation of color #D3EBFA: hue angle of 203.08º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3EBFA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 235 250 -
CMYK 0.16 0.06 0 0.02
HSL 203.08º 0.8% 0.9% -
HSV(B) 203.08º 0.16% 0.98% -
XYZ 73.83 80.17 102.03 -
YUV 229.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 211 235 250 0.16 0.06 0 0.02 203.08 0.8 0.9
Hex D3 EB FA 10 6 0 2 CB 50 5A
Octal 323 353 372 20 6 0 2 313 120 132
Binary 11010011 11101011 11111010 10000 110 0 10 11001011 1010000 1011010

Color Harmonies of #D3EBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBFA

Black with #D3EBFA

Text Example


Text Example

White with #D3EBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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