Html Css Color HEX #DAECFB Pattens Blue

📋 copy color: '#DAECFB'

red 218 ◦ green 236 ◦ blue 251

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

Shades of Pattens Blue #DAECFB

Tints of Pattens Blue #DAECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 30.92%
G = 33.48%
B = 35.6%

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

#DAECFB (or 0xDAECFB) is known color: Pattens Blue. HEX triplet: DA, EC and FB. RGB value is (218,236,251). Sum of RGB (Red+Green+Blue) = 218+236+251=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFB is #251304. Grayscale: #E8E8E8. Windows color (decimal): -2429701 or 16510170. OLE color: 16510170.

HSL color Cylindrical-coordinate representation of color #DAECFB: hue angle of 207.27º degrees, saturation: 0.8, 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 #DAECFB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 236 251 -
CMYK 0.13 0.06 0 0.02
HSL 207.27º 0.8% 0.92% -
HSV(B) 207.27º 0.13% 0.98% -
XYZ 76.32 81.86 103.05 -
YUV 232.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 218 236 251 0.13 0.06 0 0.02 207.27 0.8 0.92
Hex DA EC FB D 6 0 2 CF 50 5C
Octal 332 354 373 15 6 0 2 317 120 134
Binary 11011010 11101100 11111011 1101 110 0 10 11001111 1010000 1011100

Color Harmonies of #DAECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECFB

Black with #DAECFB

Text Example


Text Example

White with #DAECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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