Html Css Color HEX #DEEDFA Pattens Blue

📋 copy color: '#DEEDFA'

red 222 ◦ green 237 ◦ blue 250

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

Shades of Pattens Blue #DEEDFA

Tints of Pattens Blue #DEEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.43%

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

R = 31.31%
G = 33.43%
B = 35.26%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEEDFA (or 0xDEEDFA) is known color: Pattens Blue. HEX triplet: DE, ED and FA. RGB value is (222,237,250). Sum of RGB (Red+Green+Blue) = 222+237+250=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDFA is #211205. Grayscale: #E9E9E9. Windows color (decimal): -2167302 or 16444894. OLE color: 16444894.

HSL color Cylindrical-coordinate representation of color #DEEDFA: hue angle of 207.86º 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 #DEEDFA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 237 250 -
CMYK 0.11 0.05 0 0.02
HSL 207.86º 0.74% 0.93% -
HSV(B) 207.86º 0.11% 0.98% -
XYZ 77.66 83 102.37 -
YUV 234 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 222 237 250 0.11 0.05 0 0.02 207.86 0.74 0.93
Hex DE ED FA B 5 0 2 D0 4A 5D
Octal 336 355 372 13 5 0 2 320 112 135
Binary 11011110 11101101 11111010 1011 101 0 10 11010000 1001010 1011101

Color Harmonies of #DEEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDFA

Black with #DEEDFA

Text Example


Text Example

White with #DEEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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