Html Css Color HEX #DEEEF5 Pattens Blue

📋 copy color: '#DEEEF5'

red 222 ◦ green 238 ◦ blue 245

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

Shades of Pattens Blue #DEEEF5

Tints of Pattens Blue #DEEEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.76%

 BLUE value IS 245 (96.09% from 255) = 34.75%

R = 31.49%
G = 33.76%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DEEEF5 (or 0xDEEEF5) is known color: Pattens Blue. HEX triplet: DE, EE and F5. RGB value is (222,238,245). Sum of RGB (Red+Green+Blue) = 222+238+245=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF5 is #21110A. Grayscale: #E9E9E9. Windows color (decimal): -2167051 or 16117470. OLE color: 16117470.

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

Color convert

RGB 222 238 245 -
CMYK 0.09 0.03 0 0.04
HSL 198.26º 0.53% 0.92% -
HSV(B) 198.26º 0.09% 0.96% -
XYZ 77.18 83.27 98.39 -
YUV 234.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 222 238 245 0.09 0.03 0 0.04 198.26 0.53 0.92
Hex DE EE F5 9 3 0 4 C6 35 5C
Octal 336 356 365 11 3 0 4 306 65 134
Binary 11011110 11101110 11110101 1001 11 0 100 11000110 110101 1011100

Color Harmonies of #DEEEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEEF5

Black with #DEEEF5

Text Example


Text Example

White with #DEEEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEEF5; }

 p { color: rgb(222,238,245); }

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

background-color css

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

 a { background-color: rgb(222,238,245); }

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

border-color css

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

 span { border-color: rgb(222,238,245); }

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