Html Css Color HEX #D8EEFA Pattens Blue

📋 copy color: '#D8EEFA'

red 216 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #D8EEFA

Tints of Pattens Blue #D8EEFA

RGB

 RED value IS 216 (84.77% from 255) = 30.68%

 GREEN value IS 238 (93.36% from 255) = 33.81%

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

R = 30.68%
G = 33.81%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8EEFA (or 0xD8EEFA) is known color: Pattens Blue. HEX triplet: D8, EE and FA. RGB value is (216,238,250). Sum of RGB (Red+Green+Blue) = 216+238+250=704 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.68% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFA is #271105. Grayscale: #E8E8E8. Windows color (decimal): -2560262 or 16445144. OLE color: 16445144.

HSL color Cylindrical-coordinate representation of color #D8EEFA: hue angle of 201.18º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8EEFA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 238 250 -
CMYK 0.14 0.05 0 0.02
HSL 201.18º 0.77% 0.91% -
HSV(B) 201.18º 0.14% 0.98% -
XYZ 76.15 82.65 102.38 -
YUV 232.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 216 238 250 0.14 0.05 0 0.02 201.18 0.77 0.91
Hex D8 EE FA E 5 0 2 C9 4D 5B
Octal 330 356 372 16 5 0 2 311 115 133
Binary 11011000 11101110 11111010 1110 101 0 10 11001001 1001101 1011011

Color Harmonies of #D8EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEFA

Black with #D8EEFA

Text Example


Text Example

White with #D8EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEFA; }

 p { color: rgb(216,238,250); }

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

background-color css

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

 a { background-color: rgb(216,238,250); }

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

border-color css

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

 span { border-color: rgb(216,238,250); }

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