Html Css Color HEX #D5DDFE Hawkes Blue

📋 copy color: '#D5DDFE'

red 213 ◦ green 221 ◦ blue 254

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

Shades of Hawkes Blue #D5DDFE

Tints of Hawkes Blue #D5DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.12%

 BLUE value IS 254 (99.61% from 255) = 36.92%

R = 30.96%
G = 32.12%
B = 36.92%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5DDFE (or 0xD5DDFE) is known color: Hawkes Blue. HEX triplet: D5, DD and FE. RGB value is (213,221,254). Sum of RGB (Red+Green+Blue) = 213+221+254=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDFE is #2A2201. Grayscale: #DEDEDE. Windows color (decimal): -2761218 or 16702933. OLE color: 16702933.

HSL color Cylindrical-coordinate representation of color #D5DDFE: hue angle of 228.29º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5DDFE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 221 254 -
CMYK 0.16 0.13 0 0.00
HSL 228.29º 0.95% 0.92% -
HSV(B) 228.29º 0.16% 1% -
XYZ 71.19 73.01 104.11 -
YUV 222.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 213 221 254 0.16 0.13 0 0.00 228.29 0.95 0.92
Hex D5 DD FE 10 D 0 0 E4 5F 5C
Octal 325 335 376 20 15 0 0 344 137 134
Binary 11010101 11011101 11111110 10000 1101 0 0 11100100 1011111 1011100

Color Harmonies of #D5DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDFE

Black with #D5DDFE

Text Example


Text Example

White with #D5DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDFE; }

 p { color: rgb(213,221,254); }

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

background-color css

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

 a { background-color: rgb(213,221,254); }

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

border-color css

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

 span { border-color: rgb(213,221,254); }

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