Html Css Color HEX #DAECF1 Pattens Blue

📋 copy color: '#DAECF1'

red 218 ◦ green 236 ◦ blue 241

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

Shades of Pattens Blue #DAECF1

Tints of Pattens Blue #DAECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 31.37%
G = 33.96%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAECF1 (or 0xDAECF1) is known color: Pattens Blue. HEX triplet: DA, EC and F1. RGB value is (218,236,241). Sum of RGB (Red+Green+Blue) = 218+236+241=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF1 is #25130E. Grayscale: #E7E7E7. Windows color (decimal): -2429711 or 15854810. OLE color: 15854810.

HSL color Cylindrical-coordinate representation of color #DAECF1: hue angle of 193.04º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAECF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 236 241 -
CMYK 0.10 0.02 0 0.05
HSL 193.04º 0.45% 0.9% -
HSV(B) 193.04º 0.1% 0.95% -
XYZ 74.79 81.25 94.96 -
YUV 231.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 218 236 241 0.10 0.02 0 0.05 193.04 0.45 0.9
Hex DA EC F1 A 2 0 5 C1 2D 5A
Octal 332 354 361 12 2 0 5 301 55 132
Binary 11011010 11101100 11110001 1010 10 0 101 11000001 101101 1011010

Color Harmonies of #DAECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECF1

Black with #DAECF1

Text Example


Text Example

White with #DAECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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