Html Css Color HEX #D4E5FD Hawkes Blue

📋 copy color: '#D4E5FD'

red 212 ◦ green 229 ◦ blue 253

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

Shades of Hawkes Blue #D4E5FD

Tints of Hawkes Blue #D4E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33%

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 30.55%
G = 33%
B = 36.46%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4E5FD (or 0xD4E5FD) is known color: Hawkes Blue. HEX triplet: D4, E5 and FD. RGB value is (212,229,253). Sum of RGB (Red+Green+Blue) = 212+229+253=694 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.55% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E5FD is #2B1A02. Grayscale: #E2E2E2. Windows color (decimal): -2824707 or 16639444. OLE color: 16639444.

HSL color Cylindrical-coordinate representation of color #D4E5FD: hue angle of 215.12º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4E5FD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 229 253 -
CMYK 0.16 0.09 0 0.01
HSL 215.12º 0.91% 0.91% -
HSV(B) 215.12º 0.16% 0.99% -
XYZ 72.9 77.13 103.97 -
YUV 226.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 212 229 253 0.16 0.09 0 0.01 215.12 0.91 0.91
Hex D4 E5 FD 10 9 0 1 D7 5B 5B
Octal 324 345 375 20 11 0 1 327 133 133
Binary 11010100 11100101 11111101 10000 1001 0 1 11010111 1011011 1011011

Color Harmonies of #D4E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E5FD

Black with #D4E5FD

Text Example


Text Example

White with #D4E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E5FD; }

 p { color: rgb(212,229,253); }

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

background-color css

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

 a { background-color: rgb(212,229,253); }

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

border-color css

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

 span { border-color: rgb(212,229,253); }

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