Html Css Color HEX #D0DAEE Hawkes Blue

📋 copy color: '#D0DAEE'

red 208 ◦ green 218 ◦ blue 238

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

Shades of Hawkes Blue #D0DAEE

Tints of Hawkes Blue #D0DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 31.33%
G = 32.83%
B = 35.84%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0DAEE (or 0xD0DAEE) is known color: Hawkes Blue. HEX triplet: D0, DA and EE. RGB value is (208,218,238). Sum of RGB (Red+Green+Blue) = 208+218+238=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAEE is #2F2511. Grayscale: #D9D9D9. Windows color (decimal): -3089682 or 15653584. OLE color: 15653584.

HSL color Cylindrical-coordinate representation of color #D0DAEE: hue angle of 220º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DAEE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 218 238 -
CMYK 0.13 0.08 0 0.07
HSL 220º 0.47% 0.87% -
HSV(B) 220º 0.13% 0.93% -
XYZ 66.52 69.73 90.84 -
YUV 217.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 208 218 238 0.13 0.08 0 0.07 220 0.47 0.87
Hex D0 DA EE D 8 0 7 DC 2F 57
Octal 320 332 356 15 10 0 7 334 57 127
Binary 11010000 11011010 11101110 1101 1000 0 111 11011100 101111 1010111

Color Harmonies of #D0DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAEE

Black with #D0DAEE

Text Example


Text Example

White with #D0DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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