#CCE7FF

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

Shades of Pattens Blue #CCE7FF

Tints of Pattens Blue #CCE7FF

Color information

#CCE7FF (or 0xCCE7FF) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and FF. RGB value is (204,231,255). Sum of RGB (Red+Green+Blue) = 204+231+255=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FF is #331800. Grayscale: #E1E1E1. Windows color (decimal): -3348481 or 16771020. OLE color: 16771020.

HSL color Cylindrical-coordinate representation of color #CCE7FF: hue angle of 208.24º 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 #CCE7FF is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204231255-
CMYK0.20.0900
HSL208.24º100%90%-
HSV(B)208.24º20%100%-
XYZ71.5377.21105.74-
YUV225.66144.55112.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 36.96%
R=29.57%
G=33.48%
B=36.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042312550.20.0900208.2410090
HexCCE7FF14900d0645a
Octal314347377241100320144132
Binary110011001110011111111111101001001001101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7FF; }

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

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

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

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

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

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

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

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