Html Css Color HEX #DAECF5 Pattens Blue

📋 copy color: '#DAECF5'

red 218 ◦ green 236 ◦ blue 245

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

Shades of Pattens Blue #DAECF5

Tints of Pattens Blue #DAECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.05%

R = 31.19%
G = 33.76%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAECF5 (or 0xDAECF5) is known color: Pattens Blue. HEX triplet: DA, EC and F5. RGB value is (218,236,245). Sum of RGB (Red+Green+Blue) = 218+236+245=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF5 is #25130A. Grayscale: #E7E7E7. Windows color (decimal): -2429707 or 16116954. OLE color: 16116954.

HSL color Cylindrical-coordinate representation of color #DAECF5: hue angle of 200º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAECF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 236 245 -
CMYK 0.11 0.04 0 0.04
HSL 200º 0.57% 0.91% -
HSV(B) 200º 0.11% 0.96% -
XYZ 75.39 81.49 98.14 -
YUV 231.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 218 236 245 0.11 0.04 0 0.04 200 0.57 0.91
Hex DA EC F5 B 4 0 4 C8 39 5B
Octal 332 354 365 13 4 0 4 310 71 133
Binary 11011010 11101100 11110101 1011 100 0 100 11001000 111001 1011011

Color Harmonies of #DAECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECF5

Black with #DAECF5

Text Example


Text Example

White with #DAECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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