Html Css Color HEX #DEEAF0 Pattens Blue

📋 copy color: '#DEEAF0'

red 222 ◦ green 234 ◦ blue 240

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

Shades of Pattens Blue #DEEAF0

Tints of Pattens Blue #DEEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.62%

 BLUE value IS 240 (94.14% from 255) = 34.48%

R = 31.9%
G = 33.62%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEEAF0 (or 0xDEEAF0) is known color: Pattens Blue. HEX triplet: DE, EA and F0. RGB value is (222,234,240). Sum of RGB (Red+Green+Blue) = 222+234+240=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEAF0 is #21150F. Grayscale: #E7E7E7. Windows color (decimal): -2168080 or 15788766. OLE color: 15788766.

HSL color Cylindrical-coordinate representation of color #DEEAF0: hue angle of 200º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEAF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 234 240 -
CMYK 0.08 0.02 0 0.06
HSL 200º 0.38% 0.91% -
HSV(B) 200º 0.07% 0.94% -
XYZ 75.28 80.67 94.04 -
YUV 231.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 222 234 240 0.08 0.02 0 0.06 200 0.38 0.91
Hex DE EA F0 8 2 0 6 C8 26 5B
Octal 336 352 360 10 2 0 6 310 46 133
Binary 11011110 11101010 11110000 1000 10 0 110 11001000 100110 1011011

Color Harmonies of #DEEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEAF0

Black with #DEEAF0

Text Example


Text Example

White with #DEEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEAF0; }

 p { color: rgb(222,234,240); }

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

background-color css

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

 a { background-color: rgb(222,234,240); }

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

border-color css

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

 span { border-color: rgb(222,234,240); }

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