Html Css Color HEX #D7DEFC Hawkes Blue

📋 copy color: '#D7DEFC'

red 215 ◦ green 222 ◦ blue 252

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

Shades of Hawkes Blue #D7DEFC

Tints of Hawkes Blue #D7DEFC

RGB

 RED value IS 215 (84.38% from 255) = 31.2%

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

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

R = 31.2%
G = 32.22%
B = 36.57%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7DEFC (or 0xD7DEFC) is known color: Hawkes Blue. HEX triplet: D7, DE and FC. RGB value is (215,222,252). Sum of RGB (Red+Green+Blue) = 215+222+252=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEFC is #282103. Grayscale: #DFDFDF. Windows color (decimal): -2629892 or 16572119. OLE color: 16572119.

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

Color convert

RGB 215 222 252 -
CMYK 0.15 0.12 0 0.01
HSL 228.65º 0.86% 0.92% -
HSV(B) 228.65º 0.15% 0.99% -
XYZ 71.72 73.72 102.54 -
YUV 223.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 215 222 252 0.15 0.12 0 0.01 228.65 0.86 0.92
Hex D7 DE FC F C 0 1 E5 56 5C
Octal 327 336 374 17 14 0 1 345 126 134
Binary 11010111 11011110 11111100 1111 1100 0 1 11100101 1010110 1011100

Color Harmonies of #D7DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEFC

Black with #D7DEFC

Text Example


Text Example

White with #D7DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEFC; }

 p { color: rgb(215,222,252); }

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

background-color css

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

 a { background-color: rgb(215,222,252); }

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

border-color css

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

 span { border-color: rgb(215,222,252); }

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