#C8DDEB

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

Shades of Pattens Blue #C8DDEB

Tints of Pattens Blue #C8DDEB

Color information

#C8DDEB (or 0xC8DDEB) is unknown color: approx Pattens Blue. HEX triplet: C8, DD and EB. RGB value is (200,221,235). Sum of RGB (Red+Green+Blue) = 200+221+235=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEB is #372214. Grayscale: #D8D8D8. Windows color (decimal): -3613205 or 15457736. OLE color: 15457736.

HSL color Cylindrical-coordinate representation of color #C8DDEB: hue angle of 204º degrees, saturation: 0.47, 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 #C8DDEB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200221235-
CMYK0.150.0600.08
HSL204º46.67%85.29%-
HSV(B)204º14.89%92.16%-
XYZ64.6769.9988.7-
YUV216.32138.54116.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=30.49%
G=33.69%
B=35.82%

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
Decimal2002212350.150.0600.0820446.6785.29
HexC8DDEBF608cc2f55
Octal31033535317601031457125
Binary110010001101110111101011111111001000110011001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDEB; }

 p { color: rgb(200,221,235); }

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

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

 a { background-color: rgb(200,221,235); }

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

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

 span { border-color: rgb(200,221,235); }

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