#CCE3F4

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

Shades of Pattens Blue #CCE3F4

Tints of Pattens Blue #CCE3F4

Color information

#CCE3F4 (or 0xCCE3F4) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and F4. RGB value is (204,227,244). Sum of RGB (Red+Green+Blue) = 204+227+244=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F4 is #331C0B. Grayscale: #DDDDDD. Windows color (decimal): -3349516 or 16049100. OLE color: 16049100.

HSL color Cylindrical-coordinate representation of color #CCE3F4: hue angle of 205.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE3F4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204227244-
CMYK0.160.0700.04
HSL205.5º64.52%87.84%-
HSV(B)205.5º16.39%95.69%-
XYZ68.774.3196.31-
YUV222.06140.38115.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 244 (95.70% from 255) = 36.15%
R=30.22%
G=33.63%
B=36.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042272440.160.0700.04205.564.5287.84
HexCCE3F410704ce4158
Octal31434336420704316101130
Binary1100110011100011111101001000011101001100111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3F4; }

 p { color: rgb(204,227,244); }

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

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

 a { background-color: rgb(204,227,244); }

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

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

 span { border-color: rgb(204,227,244); }

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