Html Css Color HEX #D3EAFA Pattens Blue

📋 copy color: '#D3EAFA'

red 211 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #D3EAFA

Tints of Pattens Blue #D3EAFA

RGB

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

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

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

R = 30.36%
G = 33.67%
B = 35.97%

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

#D3EAFA (or 0xD3EAFA) is known color: Pattens Blue. HEX triplet: D3, EA and FA. RGB value is (211,234,250). Sum of RGB (Red+Green+Blue) = 211+234+250=695 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.36% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EAFA is #2C1505. Grayscale: #E4E4E4. Windows color (decimal): -2888966 or 16444115. OLE color: 16444115.

HSL color Cylindrical-coordinate representation of color #D3EAFA: hue angle of 204.62º 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 #D3EAFA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 234 250 -
CMYK 0.16 0.06 0 0.02
HSL 204.62º 0.8% 0.9% -
HSV(B) 204.62º 0.16% 0.98% -
XYZ 73.54 79.6 101.93 -
YUV 228.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 211 234 250 0.16 0.06 0 0.02 204.62 0.8 0.9
Hex D3 EA FA 10 6 0 2 CD 50 5A
Octal 323 352 372 20 6 0 2 315 120 132
Binary 11010011 11101010 11111010 10000 110 0 10 11001101 1010000 1011010

Color Harmonies of #D3EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EAFA

Black with #D3EAFA

Text Example


Text Example

White with #D3EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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