Html Css Color HEX #D6E5FC Hawkes Blue

📋 copy color: '#D6E5FC'

red 214 ◦ green 229 ◦ blue 252

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

Shades of Hawkes Blue #D6E5FC

Tints of Hawkes Blue #D6E5FC

RGB

 RED value IS 214 (83.98% from 255) = 30.79%

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

 BLUE value IS 252 (98.83% from 255) = 36.26%

R = 30.79%
G = 32.95%
B = 36.26%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6E5FC (or 0xD6E5FC) is known color: Hawkes Blue. HEX triplet: D6, E5 and FC. RGB value is (214,229,252). Sum of RGB (Red+Green+Blue) = 214+229+252=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E5FC is #291A03. Grayscale: #E3E3E3. Windows color (decimal): -2693636 or 16573910. OLE color: 16573910.

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

Color convert

RGB 214 229 252 -
CMYK 0.15 0.09 0 0.01
HSL 216.32º 0.86% 0.91% -
HSV(B) 216.32º 0.15% 0.99% -
XYZ 73.32 77.36 103.16 -
YUV 227.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 214 229 252 0.15 0.09 0 0.01 216.32 0.86 0.91
Hex D6 E5 FC F 9 0 1 D8 56 5B
Octal 326 345 374 17 11 0 1 330 126 133
Binary 11010110 11100101 11111100 1111 1001 0 1 11011000 1010110 1011011

Color Harmonies of #D6E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E5FC

Black with #D6E5FC

Text Example


Text Example

White with #D6E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E5FC; }

 p { color: rgb(214,229,252); }

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

background-color css

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

 a { background-color: rgb(214,229,252); }

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

border-color css

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

 span { border-color: rgb(214,229,252); }

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