Html Css Color HEX #D6DEFE Hawkes Blue

📋 copy color: '#D6DEFE'

red 214 ◦ green 222 ◦ blue 254

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

Shades of Hawkes Blue #D6DEFE

Tints of Hawkes Blue #D6DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.17%

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 31.01%
G = 32.17%
B = 36.81%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6DEFE (or 0xD6DEFE) is known color: Hawkes Blue. HEX triplet: D6, DE and FE. RGB value is (214,222,254). Sum of RGB (Red+Green+Blue) = 214+222+254=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFE is #292101. Grayscale: #DFDFDF. Windows color (decimal): -2695426 or 16703190. OLE color: 16703190.

HSL color Cylindrical-coordinate representation of color #D6DEFE: hue angle of 228º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DEFE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 222 254 -
CMYK 0.16 0.13 0 0.00
HSL 228º 0.95% 0.92% -
HSV(B) 228º 0.16% 1% -
XYZ 71.74 73.69 104.21 -
YUV 223.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 214 222 254 0.16 0.13 0 0.00 228 0.95 0.92
Hex D6 DE FE 10 D 0 0 E4 5F 5C
Octal 326 336 376 20 15 0 0 344 137 134
Binary 11010110 11011110 11111110 10000 1101 0 0 11100100 1011111 1011100

Color Harmonies of #D6DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEFE

Black with #D6DEFE

Text Example


Text Example

White with #D6DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEFE; }

 p { color: rgb(214,222,254); }

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

background-color css

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

 a { background-color: rgb(214,222,254); }

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

border-color css

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

 span { border-color: rgb(214,222,254); }

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