#CFECF3

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

Shades of Pattens Blue #CFECF3

Tints of Pattens Blue #CFECF3

Color information

#CFECF3 (or 0xCFECF3) is unknown color: approx Pattens Blue. HEX triplet: CF, EC and F3. RGB value is (207,236,243). Sum of RGB (Red+Green+Blue) = 207+236+243=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF3 is #30130C. Grayscale: #E4E4E4. Windows color (decimal): -3150605 or 15985871. OLE color: 15985871.

HSL color Cylindrical-coordinate representation of color #CFECF3: hue angle of 191.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFECF3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207236243-
CMYK0.150.0300.05
HSL191.67º60%88.24%-
HSV(B)191.67º14.81%95.29%-
XYZ71.9179.7396.39-
YUV228.13136.39112.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=30.17%
G=34.40%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072362430.150.0300.05191.676088.24
HexCFECF3F305c03c58
Octal3173543631730530074130
Binary1100111111101100111100111111110101110000001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECF3; }

 p { color: rgb(207,236,243); }

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

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

 a { background-color: rgb(207,236,243); }

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

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

 span { border-color: rgb(207,236,243); }

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