Html Css Color HEX #DAF2FD Pattens Blue

📋 copy color: '#DAF2FD'

red 218 ◦ green 242 ◦ blue 253

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

Shades of Pattens Blue #DAF2FD

Tints of Pattens Blue #DAF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.94%

 BLUE value IS 253 (99.22% from 255) = 35.48%

R = 30.58%
G = 33.94%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAF2FD (or 0xDAF2FD) is known color: Pattens Blue. HEX triplet: DA, F2 and FD. RGB value is (218,242,253). Sum of RGB (Red+Green+Blue) = 218+242+253=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FD is #250D02. Grayscale: #ECECEC. Windows color (decimal): -2428163 or 16642778. OLE color: 16642778.

HSL color Cylindrical-coordinate representation of color #DAF2FD: hue angle of 198.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF2FD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 242 253 -
CMYK 0.14 0.04 0 0.01
HSL 198.86º 0.9% 0.92% -
HSV(B) 198.86º 0.14% 0.99% -
XYZ 78.4 85.5 105.3 -
YUV 236.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 218 242 253 0.14 0.04 0 0.01 198.86 0.9 0.92
Hex DA F2 FD E 4 0 1 C7 5A 5C
Octal 332 362 375 16 4 0 1 307 132 134
Binary 11011010 11110010 11111101 1110 100 0 1 11000111 1011010 1011100

Color Harmonies of #DAF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF2FD

Black with #DAF2FD

Text Example


Text Example

White with #DAF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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