Html Css Color HEX #D2DCEE Hawkes Blue

📋 copy color: '#D2DCEE'

red 210 ◦ green 220 ◦ blue 238

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

Shades of Hawkes Blue #D2DCEE

Tints of Hawkes Blue #D2DCEE

RGB

 RED value IS 210 (82.42% from 255) = 31.44%

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

 BLUE value IS 238 (93.36% from 255) = 35.63%

R = 31.44%
G = 32.93%
B = 35.63%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2DCEE (or 0xD2DCEE) is known color: Hawkes Blue. HEX triplet: D2, DC and EE. RGB value is (210,220,238). Sum of RGB (Red+Green+Blue) = 210+220+238=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEE is #2D2311. Grayscale: #DADADA. Windows color (decimal): -2958098 or 15654098. OLE color: 15654098.

HSL color Cylindrical-coordinate representation of color #D2DCEE: hue angle of 218.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DCEE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 220 238 -
CMYK 0.12 0.08 0 0.07
HSL 218.57º 0.45% 0.88% -
HSV(B) 218.57º 0.12% 0.93% -
XYZ 67.6 71.06 91.04 -
YUV 219.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 210 220 238 0.12 0.08 0 0.07 218.57 0.45 0.88
Hex D2 DC EE C 8 0 7 DB 2D 58
Octal 322 334 356 14 10 0 7 333 55 130
Binary 11010010 11011100 11101110 1100 1000 0 111 11011011 101101 1011000

Color Harmonies of #D2DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCEE

Black with #D2DCEE

Text Example


Text Example

White with #D2DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCEE; }

 p { color: rgb(210,220,238); }

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

background-color css

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

 a { background-color: rgb(210,220,238); }

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

border-color css

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

 span { border-color: rgb(210,220,238); }

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