Html Css Color HEX #D3DDFD Hawkes Blue

📋 copy color: '#D3DDFD'

red 211 ◦ green 221 ◦ blue 253

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

Shades of Hawkes Blue #D3DDFD

Tints of Hawkes Blue #D3DDFD

RGB

 RED value IS 211 (82.81% from 255) = 30.8%

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

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 30.8%
G = 32.26%
B = 36.93%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3DDFD (or 0xD3DDFD) is known color: Hawkes Blue. HEX triplet: D3, DD and FD. RGB value is (211,221,253). Sum of RGB (Red+Green+Blue) = 211+221+253=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFD is #2C2202. Grayscale: #DDDDDD. Windows color (decimal): -2892291 or 16637395. OLE color: 16637395.

HSL color Cylindrical-coordinate representation of color #D3DDFD: hue angle of 225.71º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DDFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 221 253 -
CMYK 0.17 0.13 0 0.01
HSL 225.71º 0.91% 0.91% -
HSV(B) 225.71º 0.17% 0.99% -
XYZ 70.45 72.65 103.24 -
YUV 221.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 211 221 253 0.17 0.13 0 0.01 225.71 0.91 0.91
Hex D3 DD FD 11 D 0 1 E2 5B 5B
Octal 323 335 375 21 15 0 1 342 133 133
Binary 11010011 11011101 11111101 10001 1101 0 1 11100010 1011011 1011011

Color Harmonies of #D3DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDFD

Black with #D3DDFD

Text Example


Text Example

White with #D3DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDFD; }

 p { color: rgb(211,221,253); }

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

background-color css

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

 a { background-color: rgb(211,221,253); }

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

border-color css

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

 span { border-color: rgb(211,221,253); }

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