Html Css Color HEX #D0DDFF Hawkes Blue

📋 copy color: '#D0DDFF'

red 208 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #D0DDFF

Tints of Hawkes Blue #D0DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 30.41%
G = 32.31%
B = 37.28%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0DDFF (or 0xD0DDFF) is known color: Hawkes Blue. HEX triplet: D0, DD and FF. RGB value is (208,221,255). Sum of RGB (Red+Green+Blue) = 208+221+255=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDFF is #2F2200. Grayscale: #DCDCDC. Windows color (decimal): -3088897 or 16768464. OLE color: 16768464.

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

Color convert

RGB 208 221 255 -
CMYK 0.18 0.13 0 0
HSL 223.4º 1% 0.91% -
HSV(B) 223.4º 0.18% 1% -
XYZ 69.92 72.34 104.89 -
YUV 220.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 208 221 255 0.18 0.13 0 0 223.4 1 0.91
Hex D0 DD FF 12 D 0 0 DF 64 5B
Octal 320 335 377 22 15 0 0 337 144 133
Binary 11010000 11011101 11111111 10010 1101 0 0 11011111 1100100 1011011

Color Harmonies of #D0DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDFF

Black with #D0DDFF

Text Example


Text Example

White with #D0DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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