Html Css Color HEX #DCEEFC Pattens Blue

📋 copy color: '#DCEEFC'

red 220 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #DCEEFC

Tints of Pattens Blue #DCEEFC

RGB

 RED value IS 220 (86.33% from 255) = 30.99%

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

 BLUE value IS 252 (98.83% from 255) = 35.49%

R = 30.99%
G = 33.52%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCEEFC (or 0xDCEEFC) is known color: Pattens Blue. HEX triplet: DC, EE and FC. RGB value is (220,238,252). Sum of RGB (Red+Green+Blue) = 220+238+252=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFC is #231103. Grayscale: #EAEAEA. Windows color (decimal): -2298116 or 16576220. OLE color: 16576220.

HSL color Cylindrical-coordinate representation of color #DCEEFC: hue angle of 206.25º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEEFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 238 252 -
CMYK 0.13 0.06 0 0.01
HSL 206.25º 0.84% 0.93% -
HSV(B) 206.25º 0.13% 0.99% -
XYZ 77.66 83.39 104.1 -
YUV 234.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 220 238 252 0.13 0.06 0 0.01 206.25 0.84 0.93
Hex DC EE FC D 6 0 1 CE 54 5D
Octal 334 356 374 15 6 0 1 316 124 135
Binary 11011100 11101110 11111100 1101 110 0 1 11001110 1010100 1011101

Color Harmonies of #DCEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEFC

Black with #DCEEFC

Text Example


Text Example

White with #DCEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEFC; }

 p { color: rgb(220,238,252); }

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

background-color css

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

 a { background-color: rgb(220,238,252); }

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

border-color css

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

 span { border-color: rgb(220,238,252); }

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