Html Css Color HEX #D5DBEE Hawkes Blue

📋 copy color: '#D5DBEE'

red 213 ◦ green 219 ◦ blue 238

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

Shades of Hawkes Blue #D5DBEE

Tints of Hawkes Blue #D5DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 31.79%
G = 32.69%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5DBEE (or 0xD5DBEE) is known color: Hawkes Blue. HEX triplet: D5, DB and EE. RGB value is (213,219,238). Sum of RGB (Red+Green+Blue) = 213+219+238=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBEE is #2A2411. Grayscale: #DBDBDB. Windows color (decimal): -2761746 or 15653845. OLE color: 15653845.

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

Color convert

RGB 213 219 238 -
CMYK 0.11 0.08 0 0.07
HSL 225.6º 0.42% 0.88% -
HSV(B) 225.6º 0.11% 0.93% -
XYZ 68.2 70.98 91 -
YUV 219.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 213 219 238 0.11 0.08 0 0.07 225.6 0.42 0.88
Hex D5 DB EE B 8 0 7 E2 2A 58
Octal 325 333 356 13 10 0 7 342 52 130
Binary 11010101 11011011 11101110 1011 1000 0 111 11100010 101010 1011000

Color Harmonies of #D5DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBEE

Black with #D5DBEE

Text Example


Text Example

White with #D5DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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