Html Css Color HEX #DADDEA Hawkes Blue

📋 copy color: '#DADDEA'

red 218 ◦ green 221 ◦ blue 234

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

Shades of Hawkes Blue #DADDEA

Tints of Hawkes Blue #DADDEA

RGB

 RED value IS 218 (85.55% from 255) = 32.39%

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

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

R = 32.39%
G = 32.84%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DADDEA (or 0xDADDEA) is known color: Hawkes Blue. HEX triplet: DA, DD and EA. RGB value is (218,221,234). Sum of RGB (Red+Green+Blue) = 218+221+234=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEA is #252215. Grayscale: #DDDDDD. Windows color (decimal): -2433558 or 15392218. OLE color: 15392218.

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

Color convert

RGB 218 221 234 -
CMYK 0.07 0.06 0 0.08
HSL 228.75º 0.28% 0.89% -
HSV(B) 228.75º 0.07% 0.92% -
XYZ 69.62 72.56 88.18 -
YUV 221.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 218 221 234 0.07 0.06 0 0.08 228.75 0.28 0.89
Hex DA DD EA 7 6 0 8 E5 1C 59
Octal 332 335 352 7 6 0 10 345 34 131
Binary 11011010 11011101 11101010 111 110 0 1000 11100101 11100 1011001

Color Harmonies of #DADDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDEA

Black with #DADDEA

Text Example


Text Example

White with #DADDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDEA; }

 p { color: rgb(218,221,234); }

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

background-color css

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

 a { background-color: rgb(218,221,234); }

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

border-color css

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

 span { border-color: rgb(218,221,234); }

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