Html Css Color HEX #DEEFF6 Pattens Blue

📋 copy color: '#DEEFF6'

red 222 ◦ green 239 ◦ blue 246

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

Shades of Pattens Blue #DEEFF6

Tints of Pattens Blue #DEEFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.8%

 BLUE value IS 246 (96.48% from 255) = 34.79%

R = 31.4%
G = 33.8%
B = 34.79%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEEFF6 (or 0xDEEFF6) is known color: Pattens Blue. HEX triplet: DE, EF and F6. RGB value is (222,239,246). Sum of RGB (Red+Green+Blue) = 222+239+246=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFF6 is #211009. Grayscale: #EAEAEA. Windows color (decimal): -2166794 or 16183262. OLE color: 16183262.

HSL color Cylindrical-coordinate representation of color #DEEFF6: hue angle of 197.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEFF6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 239 246 -
CMYK 0.10 0.03 0 0.04
HSL 197.5º 0.57% 0.92% -
HSV(B) 197.5º 0.1% 0.96% -
XYZ 77.63 83.92 99.29 -
YUV 234.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 222 239 246 0.10 0.03 0 0.04 197.5 0.57 0.92
Hex DE EF F6 A 3 0 4 C6 39 5C
Octal 336 357 366 12 3 0 4 306 71 134
Binary 11011110 11101111 11110110 1010 11 0 100 11000110 111001 1011100

Color Harmonies of #DEEFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFF6

Black with #DEEFF6

Text Example


Text Example

White with #DEEFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFF6; }

 p { color: rgb(222,239,246); }

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

background-color css

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

 a { background-color: rgb(222,239,246); }

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

border-color css

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

 span { border-color: rgb(222,239,246); }

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