Html Css Color HEX #D5DFEE Hawkes Blue

📋 copy color: '#D5DFEE'

red 213 ◦ green 223 ◦ blue 238

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

Shades of Hawkes Blue #D5DFEE

Tints of Hawkes Blue #D5DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

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

R = 31.6%
G = 33.09%
B = 35.31%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5DFEE (or 0xD5DFEE) is known color: Hawkes Blue. HEX triplet: D5, DF and EE. RGB value is (213,223,238). Sum of RGB (Red+Green+Blue) = 213+223+238=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEE is #2A2011. Grayscale: #DDDDDD. Windows color (decimal): -2760722 or 15654869. OLE color: 15654869.

HSL color Cylindrical-coordinate representation of color #D5DFEE: hue angle of 216º 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 #D5DFEE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 223 238 -
CMYK 0.11 0.06 0 0.07
HSL 216º 0.42% 0.88% -
HSV(B) 216º 0.11% 0.93% -
XYZ 69.26 73.09 91.35 -
YUV 221.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 213 223 238 0.11 0.06 0 0.07 216 0.42 0.88
Hex D5 DF EE B 6 0 7 D8 2A 58
Octal 325 337 356 13 6 0 7 330 52 130
Binary 11010101 11011111 11101110 1011 110 0 111 11011000 101010 1011000

Color Harmonies of #D5DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DFEE

Black with #D5DFEE

Text Example


Text Example

White with #D5DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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