#CCECFF

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

Shades of Pattens Blue #CCECFF

Tints of Pattens Blue #CCECFF

Color information

#CCECFF (or 0xCCECFF) is unknown color: approx Pattens Blue. HEX triplet: CC, EC and FF. RGB value is (204,236,255). Sum of RGB (Red+Green+Blue) = 204+236+255=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECFF is #331300. Grayscale: #E4E4E4. Windows color (decimal): -3347201 or 16772300. OLE color: 16772300.

HSL color Cylindrical-coordinate representation of color #CCECFF: hue angle of 202.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECFF is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204236255-
CMYK0.20.0700
HSL202.35º100%90%-
HSV(B)202.35º20%100%-
XYZ72.9580.05106.21-
YUV228.6142.9110.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 255 (100% from 255) = 36.69%
R=29.35%
G=33.96%
B=36.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042362550.20.0700202.3510090
HexCCECFF14700ca645a
Octal31435437724700312144132
Binary11001100111011001111111110100111001100101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECFF; }

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

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

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

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

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

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

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

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