Html Css Color HEX #D0D7FA Hawkes Blue

📋 copy color: '#D0D7FA'

red 208 ◦ green 215 ◦ blue 250

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

Shades of Hawkes Blue #D0D7FA

Tints of Hawkes Blue #D0D7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.95%

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

R = 30.91%
G = 31.95%
B = 37.15%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0D7FA (or 0xD0D7FA) is known color: Hawkes Blue. HEX triplet: D0, D7 and FA. RGB value is (208,215,250). Sum of RGB (Red+Green+Blue) = 208+215+250=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7FA is #2F2805. Grayscale: #D8D8D8. Windows color (decimal): -3090438 or 16439248. OLE color: 16439248.

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

Color convert

RGB 208 215 250 -
CMYK 0.17 0.14 0 0.02
HSL 230º 0.81% 0.9% -
HSV(B) 230º 0.17% 0.98% -
XYZ 67.57 68.91 100.18 -
YUV 216.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 208 215 250 0.17 0.14 0 0.02 230 0.81 0.9
Hex D0 D7 FA 11 E 0 2 E6 51 5A
Octal 320 327 372 21 16 0 2 346 121 132
Binary 11010000 11010111 11111010 10001 1110 0 10 11100110 1010001 1011010

Color Harmonies of #D0D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7FA

Black with #D0D7FA

Text Example


Text Example

White with #D0D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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