Html Css Color HEX #DAEEF4 Pattens Blue

📋 copy color: '#DAEEF4'

red 218 ◦ green 238 ◦ blue 244

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

Shades of Pattens Blue #DAEEF4

Tints of Pattens Blue #DAEEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34%

 BLUE value IS 244 (95.7% from 255) = 34.86%

R = 31.14%
G = 34%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAEEF4 (or 0xDAEEF4) is known color: Pattens Blue. HEX triplet: DA, EE and F4. RGB value is (218,238,244). Sum of RGB (Red+Green+Blue) = 218+238+244=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF4 is #25110B. Grayscale: #E8E8E8. Windows color (decimal): -2429196 or 16051930. OLE color: 16051930.

HSL color Cylindrical-coordinate representation of color #DAEEF4: hue angle of 193.85º degrees, saturation: 0.54, 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 #DAEEF4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 238 244 -
CMYK 0.11 0.02 0 0.04
HSL 193.85º 0.54% 0.91% -
HSV(B) 193.85º 0.11% 0.96% -
XYZ 75.82 82.59 97.53 -
YUV 232.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 218 238 244 0.11 0.02 0 0.04 193.85 0.54 0.91
Hex DA EE F4 B 2 0 4 C2 36 5B
Octal 332 356 364 13 2 0 4 302 66 133
Binary 11011010 11101110 11110100 1011 10 0 100 11000010 110110 1011011

Color Harmonies of #DAEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEF4

Black with #DAEEF4

Text Example


Text Example

White with #DAEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEF4; }

 p { color: rgb(218,238,244); }

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

background-color css

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

 a { background-color: rgb(218,238,244); }

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

border-color css

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

 span { border-color: rgb(218,238,244); }

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