#C1DDED

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

Shades of Pattens Blue #C1DDED

Tints of Pattens Blue #C1DDED

Color information

#C1DDED (or 0xC1DDED) is unknown color: approx Pattens Blue. HEX triplet: C1, DD and ED. RGB value is (193,221,237). Sum of RGB (Red+Green+Blue) = 193+221+237=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDED is #3E2212. Grayscale: #D6D6D6. Windows color (decimal): -4071955 or 15588801. OLE color: 15588801.

HSL color Cylindrical-coordinate representation of color #C1DDED: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DDED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193221237-
CMYK0.190.0700.07
HSL201.82º55%84.31%-
HSV(B)201.82º18.57%92.94%-
XYZ63.1369.1690.14-
YUV214.45140.72112.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.65%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=29.65%
G=33.95%
B=36.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932212370.190.0700.07201.825584.31
HexC1DDED13707ca3754
Octal3013353552370731267124
Binary110000011101110111101101100111110111110010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDED; }

 p { color: rgb(193,221,237); }

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

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

 a { background-color: rgb(193,221,237); }

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

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

 span { border-color: rgb(193,221,237); }

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