Html Css Color HEX #DAEDF2 Pattens Blue

📋 copy color: '#DAEDF2'

red 218 ◦ green 237 ◦ blue 242

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

Shades of Pattens Blue #DAEDF2

Tints of Pattens Blue #DAEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34%

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 31.28%
G = 34%
B = 34.72%

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

#DAEDF2 (or 0xDAEDF2) is known color: Pattens Blue. HEX triplet: DA, ED and F2. RGB value is (218,237,242). Sum of RGB (Red+Green+Blue) = 218+237+242=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF2 is #25120D. Grayscale: #E7E7E7. Windows color (decimal): -2429454 or 15920602. OLE color: 15920602.

HSL color Cylindrical-coordinate representation of color #DAEDF2: hue angle of 192.5º degrees, saturation: 0.48, 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 #DAEDF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 237 242 -
CMYK 0.10 0.02 0 0.05
HSL 192.5º 0.48% 0.9% -
HSV(B) 192.5º 0.1% 0.95% -
XYZ 75.22 81.88 95.84 -
YUV 231.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 218 237 242 0.10 0.02 0 0.05 192.5 0.48 0.9
Hex DA ED F2 A 2 0 5 C0 30 5A
Octal 332 355 362 12 2 0 5 300 60 132
Binary 11011010 11101101 11110010 1010 10 0 101 11000000 110000 1011010

Color Harmonies of #DAEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDF2

Black with #DAEDF2

Text Example


Text Example

White with #DAEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDF2; }

 p { color: rgb(218,237,242); }

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

background-color css

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

 a { background-color: rgb(218,237,242); }

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

border-color css

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

 span { border-color: rgb(218,237,242); }

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