#C4DDF5

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

Shades of Pattens Blue #C4DDF5

Tints of Pattens Blue #C4DDF5

Color information

#C4DDF5 (or 0xC4DDF5) is unknown color: approx Pattens Blue. HEX triplet: C4, DD and F5. RGB value is (196,221,245). Sum of RGB (Red+Green+Blue) = 196+221+245=662 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.61% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DDF5 is #3B220A. Grayscale: #D8D8D8. Windows color (decimal): -3875339 or 16113092. OLE color: 16113092.

HSL color Cylindrical-coordinate representation of color #C4DDF5: hue angle of 209.39º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4DDF5 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196221245-
CMYK0.20.1000.04
HSL209.39º71.01%86.47%-
HSV(B)209.39º20%96.08%-
XYZ65.170.0496.47-
YUV216.26144.22113.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.61%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=29.61%
G=33.38%
B=37.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1962212450.20.1000.04209.3971.0186.47
HexC4DDF514A04d14756
Octal304335365241204321107126
Binary11000100110111011111010110100101001001101000110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DDF5; }

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

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

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

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

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

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

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

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