Html Css Color HEX #DAEEF7 Pattens Blue

📋 copy color: '#DAEEF7'

red 218 ◦ green 238 ◦ blue 247

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

Shades of Pattens Blue #DAEEF7

Tints of Pattens Blue #DAEEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.85%

 BLUE value IS 247 (96.88% from 255) = 35.14%

R = 31.01%
G = 33.85%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAEEF7 (or 0xDAEEF7) is known color: Pattens Blue. HEX triplet: DA, EE and F7. RGB value is (218,238,247). Sum of RGB (Red+Green+Blue) = 218+238+247=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF7 is #251108. Grayscale: #E8E8E8. Windows color (decimal): -2429193 or 16248538. OLE color: 16248538.

HSL color Cylindrical-coordinate representation of color #DAEEF7: hue angle of 198.62º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEEF7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 238 247 -
CMYK 0.12 0.04 0 0.03
HSL 198.62º 0.64% 0.91% -
HSV(B) 198.62º 0.12% 0.97% -
XYZ 76.28 82.77 99.95 -
YUV 233.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 218 238 247 0.12 0.04 0 0.03 198.62 0.64 0.91
Hex DA EE F7 C 4 0 3 C7 40 5B
Octal 332 356 367 14 4 0 3 307 100 133
Binary 11011010 11101110 11110111 1100 100 0 11 11000111 1000000 1011011

Color Harmonies of #DAEEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEF7

Black with #DAEEF7

Text Example


Text Example

White with #DAEEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEF7; }

 p { color: rgb(218,238,247); }

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

background-color css

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

 a { background-color: rgb(218,238,247); }

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

border-color css

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

 span { border-color: rgb(218,238,247); }

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