Html Css Color HEX #DAEBF2 Pattens Blue

📋 copy color: '#DAEBF2'

red 218 ◦ green 235 ◦ blue 242

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

Shades of Pattens Blue #DAEBF2

Tints of Pattens Blue #DAEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.81%

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

R = 31.37%
G = 33.81%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAEBF2 (or 0xDAEBF2) is known color: Pattens Blue. HEX triplet: DA, EB and F2. RGB value is (218,235,242). Sum of RGB (Red+Green+Blue) = 218+235+242=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBF2 is #25140D. Grayscale: #E6E6E6. Windows color (decimal): -2429966 or 15920090. OLE color: 15920090.

HSL color Cylindrical-coordinate representation of color #DAEBF2: hue angle of 197.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 #DAEBF2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 235 242 -
CMYK 0.10 0.03 0 0.05
HSL 197.5º 0.48% 0.9% -
HSV(B) 197.5º 0.1% 0.95% -
XYZ 74.65 80.73 95.65 -
YUV 230.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 218 235 242 0.10 0.03 0 0.05 197.5 0.48 0.9
Hex DA EB F2 A 3 0 5 C6 30 5A
Octal 332 353 362 12 3 0 5 306 60 132
Binary 11011010 11101011 11110010 1010 11 0 101 11000110 110000 1011010

Color Harmonies of #DAEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBF2

Black with #DAEBF2

Text Example


Text Example

White with #DAEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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