Html Css Color HEX #DAE9EF Pattens Blue

📋 copy color: '#DAE9EF'

red 218 ◦ green 233 ◦ blue 239

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

Shades of Pattens Blue #DAE9EF

Tints of Pattens Blue #DAE9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.77%

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 31.59%
G = 33.77%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE9EF (or 0xDAE9EF) is known color: Pattens Blue. HEX triplet: DA, E9 and EF. RGB value is (218,233,239). Sum of RGB (Red+Green+Blue) = 218+233+239=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EF is #251610. Grayscale: #E5E5E5. Windows color (decimal): -2430481 or 15722970. OLE color: 15722970.

HSL color Cylindrical-coordinate representation of color #DAE9EF: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE9EF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 233 239 -
CMYK 0.09 0.03 0 0.06
HSL 197.14º 0.4% 0.9% -
HSV(B) 197.14º 0.09% 0.94% -
XYZ 73.63 79.42 93.11 -
YUV 229.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 218 233 239 0.09 0.03 0 0.06 197.14 0.4 0.9
Hex DA E9 EF 9 3 0 6 C5 28 5A
Octal 332 351 357 11 3 0 6 305 50 132
Binary 11011010 11101001 11101111 1001 11 0 110 11000101 101000 1011010

Color Harmonies of #DAE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9EF

Black with #DAE9EF

Text Example


Text Example

White with #DAE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9EF; }

 p { color: rgb(218,233,239); }

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

background-color css

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

 a { background-color: rgb(218,233,239); }

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

border-color css

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

 span { border-color: rgb(218,233,239); }

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