#C3DEED

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

Shades of Pattens Blue #C3DEED

Tints of Pattens Blue #C3DEED

Color information

#C3DEED (or 0xC3DEED) is unknown color: approx Pattens Blue. HEX triplet: C3, DE and ED. RGB value is (195,222,237). Sum of RGB (Red+Green+Blue) = 195+222+237=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 222 (87.11% from 255 or 33.94% 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 #C3DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEED is #3C2112. Grayscale: #D7D7D7. Windows color (decimal): -3940627 or 15589059. OLE color: 15589059.

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

Color convert

RGB195222237-
CMYK0.180.0600.07
HSL201.43º53.85%84.71%-
HSV(B)201.43º17.72%92.94%-
XYZ63.9169.9690.26-
YUV215.64140.05113.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=29.82%
G=33.94%
B=36.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952222370.180.0600.07201.4353.8584.71
HexC3DEED12607c93655
Octal3033363552260731166125
Binary110000111101111011101101100101100111110010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DEED; }

 p { color: rgb(195,222,237); }

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

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

 a { background-color: rgb(195,222,237); }

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

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

 span { border-color: rgb(195,222,237); }

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