Html Css Color HEX #D2DCEB Hawkes Blue

📋 copy color: '#D2DCEB'

red 210 ◦ green 220 ◦ blue 235

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

Shades of Hawkes Blue #D2DCEB

Tints of Hawkes Blue #D2DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 31.58%
G = 33.08%
B = 35.34%

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

#D2DCEB (or 0xD2DCEB) is known color: Hawkes Blue. HEX triplet: D2, DC and EB. RGB value is (210,220,235). Sum of RGB (Red+Green+Blue) = 210+220+235=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEB is #2D2314. Grayscale: #DADADA. Windows color (decimal): -2958101 or 15457490. OLE color: 15457490.

HSL color Cylindrical-coordinate representation of color #D2DCEB: hue angle of 216º 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 #D2DCEB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 220 235 -
CMYK 0.11 0.06 0 0.08
HSL 216º 0.38% 0.87% -
HSV(B) 216º 0.11% 0.92% -
XYZ 67.17 70.89 88.74 -
YUV 218.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 210 220 235 0.11 0.06 0 0.08 216 0.38 0.87
Hex D2 DC EB B 6 0 8 D8 26 57
Octal 322 334 353 13 6 0 10 330 46 127
Binary 11010010 11011100 11101011 1011 110 0 1000 11011000 100110 1010111

Color Harmonies of #D2DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCEB

Black with #D2DCEB

Text Example


Text Example

White with #D2DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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