Html Css Color HEX #DFEEFA Pattens Blue

📋 copy color: '#DFEEFA'

red 223 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #DFEEFA

Tints of Pattens Blue #DFEEFA

RGB

 RED value IS 223 (87.5% from 255) = 31.36%

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

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

R = 31.36%
G = 33.47%
B = 35.16%

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

#DFEEFA (or 0xDFEEFA) is known color: Pattens Blue. HEX triplet: DF, EE and FA. RGB value is (223,238,250). Sum of RGB (Red+Green+Blue) = 223+238+250=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFA is #201105. Grayscale: #EAEAEA. Windows color (decimal): -2101510 or 16445151. OLE color: 16445151.

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

Color convert

RGB 223 238 250 -
CMYK 0.11 0.05 0 0.02
HSL 206.67º 0.73% 0.93% -
HSV(B) 206.67º 0.11% 0.98% -
XYZ 78.26 83.74 102.48 -
YUV 234.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 223 238 250 0.11 0.05 0 0.02 206.67 0.73 0.93
Hex DF EE FA B 5 0 2 CF 49 5D
Octal 337 356 372 13 5 0 2 317 111 135
Binary 11011111 11101110 11111010 1011 101 0 10 11001111 1001001 1011101

Color Harmonies of #DFEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEEFA

Black with #DFEEFA

Text Example


Text Example

White with #DFEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEEFA; }

 p { color: rgb(223,238,250); }

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

background-color css

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

 a { background-color: rgb(223,238,250); }

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

border-color css

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

 span { border-color: rgb(223,238,250); }

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