Html Css Color HEX #D4DAEE Hawkes Blue

📋 copy color: '#D4DAEE'

red 212 ◦ green 218 ◦ blue 238

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

Shades of Hawkes Blue #D4DAEE

Tints of Hawkes Blue #D4DAEE

RGB

 RED value IS 212 (83.2% from 255) = 31.74%

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

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

R = 31.74%
G = 32.63%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4DAEE (or 0xD4DAEE) is known color: Hawkes Blue. HEX triplet: D4, DA and EE. RGB value is (212,218,238). Sum of RGB (Red+Green+Blue) = 212+218+238=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAEE is #2B2511. Grayscale: #DADADA. Windows color (decimal): -2827538 or 15653588. OLE color: 15653588.

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

Color convert

RGB 212 218 238 -
CMYK 0.11 0.08 0 0.07
HSL 226.15º 0.43% 0.88% -
HSV(B) 226.15º 0.11% 0.93% -
XYZ 67.66 70.31 90.89 -
YUV 218.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 212 218 238 0.11 0.08 0 0.07 226.15 0.43 0.88
Hex D4 DA EE B 8 0 7 E2 2B 58
Octal 324 332 356 13 10 0 7 342 53 130
Binary 11010100 11011010 11101110 1011 1000 0 111 11100010 101011 1011000

Color Harmonies of #D4DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAEE

Black with #D4DAEE

Text Example


Text Example

White with #D4DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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