#CCECF8

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

Shades of Pattens Blue #CCECF8

Tints of Pattens Blue #CCECF8

Color information

#CCECF8 (or 0xCCECF8) is unknown color: approx Pattens Blue. HEX triplet: CC, EC and F8. RGB value is (204,236,248). Sum of RGB (Red+Green+Blue) = 204+236+248=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF8 is #331307. Grayscale: #E3E3E3. Windows color (decimal): -3347208 or 16313548. OLE color: 16313548.

HSL color Cylindrical-coordinate representation of color #CCECF8: hue angle of 196.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCECF8 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204236248-
CMYK0.180.0500.03
HSL196.36º75.86%88.63%-
HSV(B)196.36º17.74%97.25%-
XYZ71.8479.61100.39-
YUV227.8139.4111.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=29.65%
G=34.30%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042362480.180.0500.03196.3675.8688.63
HexCCECF812503c44c59
Octal31435437022503304114131
Binary110011001110110011111000100101010111100010010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECF8; }

 p { color: rgb(204,236,248); }

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

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

 a { background-color: rgb(204,236,248); }

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

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

 span { border-color: rgb(204,236,248); }

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