Html Css Color HEX #D0DAFF Hawkes Blue

📋 copy color: '#D0DAFF'

red 208 ◦ green 218 ◦ blue 255

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

Shades of Hawkes Blue #D0DAFF

Tints of Hawkes Blue #D0DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.01%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 30.54%
G = 32.01%
B = 37.44%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0DAFF (or 0xD0DAFF) is known color: Hawkes Blue. HEX triplet: D0, DA and FF. RGB value is (208,218,255). Sum of RGB (Red+Green+Blue) = 208+218+255=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAFF is #2F2500. Grayscale: #DBDBDB. Windows color (decimal): -3089665 or 16767696. OLE color: 16767696.

HSL color Cylindrical-coordinate representation of color #D0DAFF: hue angle of 227.23º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DAFF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 218 255 -
CMYK 0.18 0.15 0 0
HSL 227.23º 1% 0.91% -
HSV(B) 227.23º 0.18% 1% -
XYZ 69.13 70.77 104.62 -
YUV 219.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 208 218 255 0.18 0.15 0 0 227.23 1 0.91
Hex D0 DA FF 12 F 0 0 E3 64 5B
Octal 320 332 377 22 17 0 0 343 144 133
Binary 11010000 11011010 11111111 10010 1111 0 0 11100011 1100100 1011011

Color Harmonies of #D0DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAFF

Black with #D0DAFF

Text Example


Text Example

White with #D0DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAFF; }

 p { color: rgb(208,218,255); }

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

background-color css

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

 a { background-color: rgb(208,218,255); }

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

border-color css

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

 span { border-color: rgb(208,218,255); }

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