Html Css Color HEX #DAECF7 Pattens Blue

📋 copy color: '#DAECF7'

red 218 ◦ green 236 ◦ blue 247

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

Shades of Pattens Blue #DAECF7

Tints of Pattens Blue #DAECF7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.67%

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

R = 31.1%
G = 33.67%
B = 35.24%

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

#DAECF7 (or 0xDAECF7) is known color: Pattens Blue. HEX triplet: DA, EC and F7. RGB value is (218,236,247). Sum of RGB (Red+Green+Blue) = 218+236+247=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF7 is #251308. Grayscale: #E7E7E7. Windows color (decimal): -2429705 or 16248026. OLE color: 16248026.

HSL color Cylindrical-coordinate representation of color #DAECF7: hue angle of 202.76º 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 #DAECF7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 236 247 -
CMYK 0.12 0.04 0 0.03
HSL 202.76º 0.64% 0.91% -
HSV(B) 202.76º 0.12% 0.97% -
XYZ 75.7 81.61 99.76 -
YUV 231.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 218 236 247 0.12 0.04 0 0.03 202.76 0.64 0.91
Hex DA EC F7 C 4 0 3 CB 40 5B
Octal 332 354 367 14 4 0 3 313 100 133
Binary 11011010 11101100 11110111 1100 100 0 11 11001011 1000000 1011011

Color Harmonies of #DAECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECF7

Black with #DAECF7

Text Example


Text Example

White with #DAECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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