#C7DCEA

Color #C7DCEA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C7DCEA

Tints of Pattens Blue #C7DCEA

Color information

#C7DCEA (or 0xC7DCEA) is unknown color: approx Pattens Blue. HEX triplet: C7, DC and EA. RGB value is (199,220,234). Sum of RGB (Red+Green+Blue) = 199+220+234=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DCEA is #382315. Grayscale: #D7D7D7. Windows color (decimal): -3678998 or 15391943. OLE color: 15391943.

HSL color Cylindrical-coordinate representation of color #C7DCEA: hue angle of 204º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DCEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199220234-
CMYK0.150.0600.08
HSL204º45.45%84.9%-
HSV(B)204º14.96%91.76%-
XYZ6469.2787.84-
YUV215.32138.54116.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=30.47%
G=33.69%
B=35.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992202340.150.0600.0820445.4584.9
HexC7DCEAF608cc2d55
Octal30733435217601031455125
Binary110001111101110011101010111111001000110011001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCEA; }

 p { color: rgb(199,220,234); }

 H1.HeaderClassName
 {
   color: #C7DCEA;
 }
 .AnyTagClassName
 {
   color: #C7DCEA;
 }
</style>
background-color css

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

 a { background-color: rgb(199,220,234); }

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

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

 span { border-color: rgb(199,220,234); }

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