#C4DDED

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

Shades of Pattens Blue #C4DDED

Tints of Pattens Blue #C4DDED

Color information

#C4DDED (or 0xC4DDED) is unknown color: approx Pattens Blue. HEX triplet: C4, DD and ED. RGB value is (196,221,237). Sum of RGB (Red+Green+Blue) = 196+221+237=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDED is #3B2212. Grayscale: #D7D7D7. Windows color (decimal): -3875347 or 15588804. OLE color: 15588804.

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

Color convert

RGB196221237-
CMYK0.170.0700.07
HSL203.41º53.25%84.9%-
HSV(B)203.41º17.3%92.94%-
XYZ63.9169.5690.18-
YUV215.35140.22114.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=29.97%
G=33.79%
B=36.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1962212370.170.0700.07203.4153.2584.9
HexC4DDED11707cb3555
Octal3043353552170731365125
Binary110001001101110111101101100011110111110010111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDED; }

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

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

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

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

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

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

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

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