Html Css Color HEX #DAECFA Pattens Blue

📋 copy color: '#DAECFA'

red 218 ◦ green 236 ◦ blue 250

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

Shades of Pattens Blue #DAECFA

Tints of Pattens Blue #DAECFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.51%

R = 30.97%
G = 33.52%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAECFA (or 0xDAECFA) is known color: Pattens Blue. HEX triplet: DA, EC and FA. RGB value is (218,236,250). Sum of RGB (Red+Green+Blue) = 218+236+250=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFA is #251305. Grayscale: #E8E8E8. Windows color (decimal): -2429702 or 16444634. OLE color: 16444634.

HSL color Cylindrical-coordinate representation of color #DAECFA: hue angle of 206.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAECFA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 236 250 -
CMYK 0.13 0.06 0 0.02
HSL 206.25º 0.76% 0.92% -
HSV(B) 206.25º 0.13% 0.98% -
XYZ 76.16 81.8 102.22 -
YUV 232.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 218 236 250 0.13 0.06 0 0.02 206.25 0.76 0.92
Hex DA EC FA D 6 0 2 CE 4C 5C
Octal 332 354 372 15 6 0 2 316 114 134
Binary 11011010 11101100 11111010 1101 110 0 10 11001110 1001100 1011100

Color Harmonies of #DAECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECFA

Black with #DAECFA

Text Example


Text Example

White with #DAECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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