Html Css Color HEX #D0E8FA Pattens Blue

📋 copy color: '#D0E8FA'

red 208 ◦ green 232 ◦ blue 250

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

Shades of Pattens Blue #D0E8FA

Tints of Pattens Blue #D0E8FA

RGB

 RED value IS 208 (81.64% from 255) = 30.14%

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

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

R = 30.14%
G = 33.62%
B = 36.23%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0E8FA (or 0xD0E8FA) is known color: Pattens Blue. HEX triplet: D0, E8 and FA. RGB value is (208,232,250). Sum of RGB (Red+Green+Blue) = 208+232+250=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E8FA is #2F1705. Grayscale: #E2E2E2. Windows color (decimal): -3086086 or 16443600. OLE color: 16443600.

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

Color convert

RGB 208 232 250 -
CMYK 0.17 0.07 0 0.02
HSL 205.71º 0.81% 0.9% -
HSV(B) 205.71º 0.17% 0.98% -
XYZ 72.12 78.03 101.7 -
YUV 226.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 208 232 250 0.17 0.07 0 0.02 205.71 0.81 0.9
Hex D0 E8 FA 11 7 0 2 CE 51 5A
Octal 320 350 372 21 7 0 2 316 121 132
Binary 11010000 11101000 11111010 10001 111 0 10 11001110 1010001 1011010

Color Harmonies of #D0E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E8FA

Black with #D0E8FA

Text Example


Text Example

White with #D0E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E8FA; }

 p { color: rgb(208,232,250); }

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

background-color css

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

 a { background-color: rgb(208,232,250); }

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

border-color css

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

 span { border-color: rgb(208,232,250); }

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