Html Css Color HEX #D6DEFA Hawkes Blue

📋 copy color: '#D6DEFA'

red 214 ◦ green 222 ◦ blue 250

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

Shades of Hawkes Blue #D6DEFA

Tints of Hawkes Blue #D6DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 31.2%
G = 32.36%
B = 36.44%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6DEFA (or 0xD6DEFA) is known color: Hawkes Blue. HEX triplet: D6, DE and FA. RGB value is (214,222,250). Sum of RGB (Red+Green+Blue) = 214+222+250=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DEFA is #292105. Grayscale: #DEDEDE. Windows color (decimal): -2695430 or 16441046. OLE color: 16441046.

HSL color Cylindrical-coordinate representation of color #D6DEFA: hue angle of 226.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DEFA is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 222 250 -
CMYK 0.14 0.11 0 0.02
HSL 226.67º 0.78% 0.91% -
HSV(B) 226.67º 0.14% 0.98% -
XYZ 71.11 73.44 100.87 -
YUV 222.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 214 222 250 0.14 0.11 0 0.02 226.67 0.78 0.91
Hex D6 DE FA E B 0 2 E3 4E 5B
Octal 326 336 372 16 13 0 2 343 116 133
Binary 11010110 11011110 11111010 1110 1011 0 10 11100011 1001110 1011011

Color Harmonies of #D6DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEFA

Black with #D6DEFA

Text Example


Text Example

White with #D6DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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