Html Css Color HEX #D0DDFD Hawkes Blue

📋 copy color: '#D0DDFD'

red 208 ◦ green 221 ◦ blue 253

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

Shades of Hawkes Blue #D0DDFD

Tints of Hawkes Blue #D0DDFD

RGB

 RED value IS 208 (81.64% from 255) = 30.5%

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

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

R = 30.5%
G = 32.4%
B = 37.1%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0DDFD (or 0xD0DDFD) is known color: Hawkes Blue. HEX triplet: D0, DD and FD. RGB value is (208,221,253). Sum of RGB (Red+Green+Blue) = 208+221+253=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDFD is #2F2202. Grayscale: #DCDCDC. Windows color (decimal): -3088899 or 16637392. OLE color: 16637392.

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

Color convert

RGB 208 221 253 -
CMYK 0.18 0.13 0 0.01
HSL 222.67º 0.92% 0.9% -
HSV(B) 222.67º 0.18% 0.99% -
XYZ 69.6 72.21 103.2 -
YUV 220.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 208 221 253 0.18 0.13 0 0.01 222.67 0.92 0.9
Hex D0 DD FD 12 D 0 1 DF 5C 5A
Octal 320 335 375 22 15 0 1 337 134 132
Binary 11010000 11011101 11111101 10010 1101 0 1 11011111 1011100 1011010

Color Harmonies of #D0DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDFD

Black with #D0DDFD

Text Example


Text Example

White with #D0DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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