Html Css Color HEX #D5DBEC Hawkes Blue

📋 copy color: '#D5DBEC'

red 213 ◦ green 219 ◦ blue 236

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

Shades of Hawkes Blue #D5DBEC

Tints of Hawkes Blue #D5DBEC

RGB

 RED value IS 213 (83.59% from 255) = 31.89%

 GREEN value IS 219 (85.94% from 255) = 32.78%

 BLUE value IS 236 (92.58% from 255) = 35.33%

R = 31.89%
G = 32.78%
B = 35.33%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5DBEC (or 0xD5DBEC) is known color: Hawkes Blue. HEX triplet: D5, DB and EC. RGB value is (213,219,236). Sum of RGB (Red+Green+Blue) = 213+219+236=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEC is #2A2413. Grayscale: #DBDBDB. Windows color (decimal): -2761748 or 15522773. OLE color: 15522773.

HSL color Cylindrical-coordinate representation of color #D5DBEC: hue angle of 224.35º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DBEC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 219 236 -
CMYK 0.10 0.07 0 0.07
HSL 224.35º 0.38% 0.88% -
HSV(B) 224.35º 0.1% 0.93% -
XYZ 67.91 70.87 89.46 -
YUV 219.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 213 219 236 0.10 0.07 0 0.07 224.35 0.38 0.88
Hex D5 DB EC A 7 0 7 E0 26 58
Octal 325 333 354 12 7 0 7 340 46 130
Binary 11010101 11011011 11101100 1010 111 0 111 11100000 100110 1011000

Color Harmonies of #D5DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBEC

Black with #D5DBEC

Text Example


Text Example

White with #D5DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBEC; }

 p { color: rgb(213,219,236); }

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

background-color css

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

 a { background-color: rgb(213,219,236); }

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

border-color css

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

 span { border-color: rgb(213,219,236); }

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