Html Css Color HEX #DEF1FA Pattens Blue

📋 copy color: '#DEF1FA'

red 222 ◦ green 241 ◦ blue 250

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

Shades of Pattens Blue #DEF1FA

Tints of Pattens Blue #DEF1FA

RGB

 RED value IS 222 (87.11% from 255) = 31.14%

 GREEN value IS 241 (94.53% from 255) = 33.8%

 BLUE value IS 250 (98.05% from 255) = 35.06%

R = 31.14%
G = 33.8%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEF1FA (or 0xDEF1FA) is known color: Pattens Blue. HEX triplet: DE, F1 and FA. RGB value is (222,241,250). Sum of RGB (Red+Green+Blue) = 222+241+250=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1FA is #210E05. Grayscale: #ECECEC. Windows color (decimal): -2166278 or 16445918. OLE color: 16445918.

HSL color Cylindrical-coordinate representation of color #DEF1FA: hue angle of 199.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF1FA is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 241 250 -
CMYK 0.11 0.04 0 0.02
HSL 199.29º 0.74% 0.93% -
HSV(B) 199.29º 0.11% 0.98% -
XYZ 78.83 85.34 102.76 -
YUV 236.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 222 241 250 0.11 0.04 0 0.02 199.29 0.74 0.93
Hex DE F1 FA B 4 0 2 C7 4A 5D
Octal 336 361 372 13 4 0 2 307 112 135
Binary 11011110 11110001 11111010 1011 100 0 10 11000111 1001010 1011101

Color Harmonies of #DEF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1FA

Black with #DEF1FA

Text Example


Text Example

White with #DEF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1FA; }

 p { color: rgb(222,241,250); }

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

background-color css

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

 a { background-color: rgb(222,241,250); }

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

border-color css

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

 span { border-color: rgb(222,241,250); }

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