Html Css Color HEX #D0DCEA Hawkes Blue

📋 copy color: '#D0DCEA'

red 208 ◦ green 220 ◦ blue 234

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

Shades of Hawkes Blue #D0DCEA

Tints of Hawkes Blue #D0DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.23%

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 31.42%
G = 33.23%
B = 35.35%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0DCEA (or 0xD0DCEA) is known color: Hawkes Blue. HEX triplet: D0, DC and EA. RGB value is (208,220,234). Sum of RGB (Red+Green+Blue) = 208+220+234=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCEA is #2F2315. Grayscale: #D9D9D9. Windows color (decimal): -3089174 or 15391952. OLE color: 15391952.

HSL color Cylindrical-coordinate representation of color #D0DCEA: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DCEA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 220 234 -
CMYK 0.11 0.06 0 0.08
HSL 212.31º 0.38% 0.87% -
HSV(B) 212.31º 0.11% 0.92% -
XYZ 66.46 70.54 87.95 -
YUV 218.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 208 220 234 0.11 0.06 0 0.08 212.31 0.38 0.87
Hex D0 DC EA B 6 0 8 D4 26 57
Octal 320 334 352 13 6 0 10 324 46 127
Binary 11010000 11011100 11101010 1011 110 0 1000 11010100 100110 1010111

Color Harmonies of #D0DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCEA

Black with #D0DCEA

Text Example


Text Example

White with #D0DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCEA; }

 p { color: rgb(208,220,234); }

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

background-color css

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

 a { background-color: rgb(208,220,234); }

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

border-color css

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

 span { border-color: rgb(208,220,234); }

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