Html Css Color HEX #D0DBFA Hawkes Blue

📋 copy color: '#D0DBFA'

red 208 ◦ green 219 ◦ blue 250

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

Shades of Hawkes Blue #D0DBFA

Tints of Hawkes Blue #D0DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.35%

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

R = 30.72%
G = 32.35%
B = 36.93%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0DBFA (or 0xD0DBFA) is known color: Hawkes Blue. HEX triplet: D0, DB and FA. RGB value is (208,219,250). Sum of RGB (Red+Green+Blue) = 208+219+250=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFA is #2F2405. Grayscale: #DBDBDB. Windows color (decimal): -3089414 or 16440272. OLE color: 16440272.

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

Color convert

RGB 208 219 250 -
CMYK 0.17 0.12 0 0.02
HSL 224.29º 0.81% 0.9% -
HSV(B) 224.29º 0.17% 0.98% -
XYZ 68.6 70.98 100.53 -
YUV 219.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 208 219 250 0.17 0.12 0 0.02 224.29 0.81 0.9
Hex D0 DB FA 11 C 0 2 E0 51 5A
Octal 320 333 372 21 14 0 2 340 121 132
Binary 11010000 11011011 11111010 10001 1100 0 10 11100000 1010001 1011010

Color Harmonies of #D0DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBFA

Black with #D0DBFA

Text Example


Text Example

White with #D0DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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